Difference between revisions of "0244"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{OpCode | games = {{Icon|t}} | command = SET_CUTSCENE_OFFSET | description = Sets the position for a cutscene. | syntax1 = 0244: set_cutscene_pos 4@ 7@ 10@ | p1...")
 
 
Line 3: Line 3:
 
| command    = SET_CUTSCENE_OFFSET
 
| command    = SET_CUTSCENE_OFFSET
 
| description = Sets the position for a cutscene.
 
| description = Sets the position for a cutscene.
| syntax1    = 0244: set_cutscene_pos 4@ 7@ 10@
+
| syntax1    = 0244: set_cutscene_pos [flt1] [flt2] [flt3]
| p1t        = [''float'']
+
| p1t        = [''flt1'']
 
| p1d        = X coordinate.
 
| p1d        = X coordinate.
| p2t        = [''float'']
+
| p2t        = [''flt2'']
 
| p2d        = Y coordinate.
 
| p2d        = Y coordinate.
| p3t        = [''float'']
+
| p3t        = [''flt3'']
 
| p3d        = Z coordinate.
 
| p3d        = Z coordinate.
 
}}
 
}}

Latest revision as of 13:17, 10 May 2021

GTA III Vice City San Andreas SET_CUTSCENE_OFFSET


Description
Sets the position for a cutscene.
Syntax
0244: set_cutscene_pos [flt1] [flt2] [flt3]
Parameter
[flt1]
X coordinate.
[flt2]
Y coordinate.
[flt3]
Z coordinate.