Difference between revisions of "00BA"
Jump to navigation
Jump to search
(completed table) |
(updating page + lcs images) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} '''PRINT_BIG''' |
− | | | + | <hr /> |
− | + | <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| | |
− | + | '''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''] | ||
+ | :: [[#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
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]
Native analog
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 | 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 | 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 | The text fades in but will keep on displaying regardless of time set to display it. | ||
Style 4 | The text pops in and out. | ||
Style 5 | The text pops in and out. | ||
Style 6 | The text pops in and out. | ||
— | — | 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