PSUnreal GDB Debug Hints: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with "=== psItem === print (TCHAR*)item->current_stats->name"
 
No edit summary
 
Line 1: Line 1:
=== psItem ===
=== psItem ===
print (TCHAR*)item->current_stats->name
print (TCHAR*)item->current_stats->name
=== psCharacter ===
print (TCHAR*)client->name

Latest revision as of 08:47, 28 January 2025

psItem

print (TCHAR*)item->current_stats->name

psCharacter

print (TCHAR*)client->name