Difference between revisions of "0217"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{OpCode | games = {{Icon|t}} | command = PRINT_BIG_Q | description = Prints a low-priority big message | syntax1 = 0217: text_styled '[''st...")
 
m
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
| p2d        = Time in milliseconds
 
| p2d        = Time in milliseconds
 
| p3t        = [''int2'']
 
| p3t        = [''int2'']
| p3d        = Style
+
| p3d        = [[00BA#Styles of text|Style]]
 
}}
 
}}
  
This opcode prints a big message, behaving almost like opcode [[00BA]] but has a lower priority than it. Messages being displayed using 00BA or 0217 will not allow another message using 0217 of the same style to be displayed until the time is finished. Messages being displayed using 0217 will be immediately overwritten by 00BA of the same style except when the style involves fading (styles 1 and 2) — the message will be overwritten once the fading sequence finishes before the time on 00BA ends. Style 3 should not be used.
+
This opcode prints a big message, behaving almost like opcode [[00BA]] but has a lower priority than it and will queue up if any big message of the same style is currently being displayed.
  
 
== Keywords ==
 
== Keywords ==
print, text, style, styled, big
+
print, text, style, styled, big, low, priority

Latest revision as of 09:10, 15 October 2016

GTA III Vice City San Andreas PRINT_BIG_Q


Description
Prints a low-priority big message
Syntax
0217: text_styled '[string]' time [int1] style [int2]
Parameter
[string]
GXT key
[int1]
Time in milliseconds
[int2]
Style

This opcode prints a big message, behaving almost like opcode 00BA but has a lower priority than it and will queue up if any big message of the same style is currently being displayed.

Keywords

print, text, style, styled, big, low, priority