Difference between revisions of "PRINT NOW"
Jump to navigation
Jump to search
(New page: {{Native |np=3 |p1t=string |p1d=GTX entry |p2t=integer |p2d=time in milliseconds |p3t=integer |p3d=0,1 (off, on) }} This function prints the GTX entry listed in P1, for the amount of time ...) |
|||
Line 8: | Line 8: | ||
|p3d=0,1 (off, on) | |p3d=0,1 (off, on) | ||
}} | }} | ||
− | This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2. P3 is on or off. This is similar to the TEXT_NOW opcode of the III/VC/SA games. | + | This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. P3 is on or off. This is similar to the TEXT_NOW opcode of the III/VC/SA games. |
Revision as of 04:09, 5 January 2009
Number of parameters: 3 | ||
---|---|---|
Parameter # | Type | Description |
1. | string | GTX entry |
2. | integer | time in milliseconds |
3. | integer | 0,1 (off, on) |
Return value: | ||
Type | Description | |
None |
This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. P3 is on or off. This is similar to the TEXT_NOW opcode of the III/VC/SA games.