Difference between revisions of "00BA"

From GTAMods Wiki
Jump to navigation Jump to search
(completed table)
(updating page + lcs images)
Line 1: Line 1:
{{OpCode
+
{{Icon|trilogy}} '''PRINT_BIG'''
| ini        = 00BA=3,%1g% %2d% %3d%
+
<hr />
| description = Display a styled text
+
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
| p1          = [[GXT]] string
+
'''Description'''
| p2          = Time in millisecond
+
: Display a styled text
| p3          = Integer (style of text)
+
'''Syntax'''
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]], [[Liberty City Stories]], [[Vice City Stories]] (0055)
+
: 00BA: text_styled '[''string'']' [''int1''] ms [''int2'']
| native      = [[PRINT_BIG]]
+
'''Parameter'''
}}
+
: [''string'']
This opcode will display a styled text on the screen with the text from the GXT file.
+
:: [[GXT]] string (max size 8 characters)
 +
: [''int1'']
 +
:: Time in milliseconds
 +
: [''int2'']
 +
:: [[#Styles of text|Style of text]]
 +
'''Native analog'''
 +
: [[PRINT_BIG]]
  
==Styles of text==
+
This opcode displays a styled text on the screen with the text from the GXT file.
 +
}}</onlyinclude>
 +
 
 +
== Styles of text ==
 
{| {{prettytable}}
 
{| {{prettytable}}
 
! GTA III
 
! GTA III
Line 53: Line 62:
 
|}
 
|}
  
==Keywords==
+
{| {{prettytable}}
text, style, styled, big
+
! Liberty City Stories
 +
! Description
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style1LCS.jpg]
 +
| The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style2LCS.jpg]
 +
| The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style3LCS.jpg]
 +
| The text fades in but will keep on displaying regardless of time set to display it.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style4LCS.jpg]
 +
| The text pops in and out.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style5LCS.jpg]
 +
| The text pops in and out.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style6LCS.jpg]
 +
| The text pops in and out.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style7LCS.jpg]
 +
| The text pops in and out.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style8LCS.jpg]
 +
| The text pops in and out.
 +
|-
 +
| [http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/Style9LCS.jpg]
 +
| The text pops in and out.
 +
|}
 +
 
 +
== Keywords ==
 +
print, text, style, styled, big
 +
 
 +
[[Category:OpCodes]]

Revision as of 21:37, 9 January 2012

GTA III Vice City San Andreas PRINT_BIG


Description

Display a styled text

Syntax

00BA: text_styled '[string]' [int1] ms [int2]

Parameter

[string]
GXT string (max size 8 characters)
[int1]
Time in milliseconds
[int2]
Style of text

Native analog

PRINT_BIG

This opcode displays a styled text on the screen with the text from the GXT file.

Styles of text

GTA III Vice City San Andreas Description
Style 1 Style 1 Style 1 The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired.
Style 2 Style 2 Style 2 The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired.
Style 3 Style 3 Style 3 The text fades in but will keep on displaying regardless of time set to display it.
Style 4 Style 4 Style 4 The text pops in and out.
Style 5 Style 5 Style 5 The text pops in and out.
Style 6 Style 6 Style 6 The text pops in and out.
Style 7 The text pops in and out.
Liberty City Stories Description
[1] The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired.
[2] The text pops in, displays for five seconds, and then pops out. If the time to display is longer than five seconds, it repeats popping in and out until the time has expired.
[3] The text fades in but will keep on displaying regardless of time set to display it.
[4] The text pops in and out.
[5] The text pops in and out.
[6] The text pops in and out.
[7] The text pops in and out.
[8] The text pops in and out.
[9] The text pops in and out.

Keywords

print, text, style, styled, big