Difference between revisions of "String Formatting"
Jump to navigation
Jump to search
m
→FOSE and NVSE: linked to scan codes
imported>Odessa (Created, consolidated info from existing articles and OBSE docs) |
imported>Odessa m (→FOSE and NVSE: linked to scan codes) |
||
Line 73: | Line 73: | ||
'''%i''' - Prints the formID of the specified reference or object. GOTCHA : if a refVar is passed which points to a ref not loaded in memory %i will print 00000000 ''even if the refVar is not empty''. | '''%i''' - Prints the formID of the specified reference or object. GOTCHA : if a refVar is passed which points to a ref not loaded in memory %i will print 00000000 ''even if the refVar is not empty''. | ||
'''%k''' - Prints the name of the key for the specified DirectInput scancode. | '''%k''' - Prints the name of the key for the specified [[IsKeyPressed|DirectInput]] scancode. | ||
'''%n''' - Prints the name of the specified reference or object. | '''%n''' - Prints the name of the specified reference or object. |