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 ...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|p2d=time in milliseconds | |p2d=time in milliseconds | ||
|p3t=integer | |p3t=integer | ||
− | |p3d=0 | + | |p3d=unknown (usually 1 or 0) |
}} | }} | ||
− | This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2 | + | This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. This is similar to the TEXT_NOW opcode in the III/VC/SA games. |
Latest revision as of 04:20, 5 January 2009
Number of parameters: 3 | ||
---|---|---|
Parameter # | Type | Description |
1. | string | GTX entry |
2. | integer | time in milliseconds |
3. | integer | unknown (usually 1 or 0) |
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. This is similar to the TEXT_NOW opcode in the III/VC/SA games.