Would it be possible to get a list of Lua functions and their parameters for Saints Row IV like the "scripts actions" list included in the "Saints Row tools pre-alpha incomplete.zip" download for Saints Row The Third?
The thing that's driving this particular request is that I just tried to port my Working Elevators mod from SR3 to SR4, and it appears that the "teleport_to_object()" function parameters have changed. Here's the function's definition from the documentation for SR3:
Specifically, the "heading_offset" parameter no-longer seems to work as documented in SR4. I tried changing the offset and it seems to have no affect on the player's orientation.
A full list would probably be useful for many mods. Thank you!
The thing that's driving this particular request is that I just tried to port my Working Elevators mod from SR3 to SR4, and it appears that the "teleport_to_object()" function parameters have changed. Here's the function's definition from the documentation for SR3:
Code:
teleport_to_object(char_name, object_name[, exit_vehicle[, reset_camera_orient[, offset_x[, offset_y[, offset_z[, heading_offset]]]]]])
Specifically, the "heading_offset" parameter no-longer seems to work as documented in SR4. I tried changing the offset and it seems to have no affect on the player's orientation.
A full list would probably be useful for many mods. Thank you!
Last edited: