User Tools

Site Tools


scripting_reference

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
scripting_reference [2020/02/04 19:54] justinscripting_reference [2020/02/14 11:33] justin
Line 1: Line 1:
 ======Scripting Reference====== ======Scripting Reference======
 ---- ----
-=====Functions===== +=====Action Functions===== 
-Click on a function name for more details around its usage.+Action functions are used to trigger certain actions or events in your game, such as loading a map, playing an animation, or healing a character. These functions allow you to control the flow of your game and help give life to its world! Click on a function name for more details around its usage.
 ^Name^Signature^ ^Name^Signature^
 |[[add_character|Add Character]]|**add_character**(//model_name//, //tile//, //entity_id//)| |[[add_character|Add Character]]|**add_character**(//model_name//, //tile//, //entity_id//)|
Line 32: Line 32:
 |[[move_camera_at_speed|Move Camera At Speed]]|**move_camera_at_speed**(//destination//, //speed//, //look_at_target//)| |[[move_camera_at_speed|Move Camera At Speed]]|**move_camera_at_speed**(//destination//, //speed//, //look_at_target//)|
 |[[move_camera_over_time|Move Camera Over Time]]|**move_camera_over_time**(//destination//, //duration//, //look_at_target//)| |[[move_camera_over_time|Move Camera Over Time]]|**move_camera_over_time**(//destination//, //duration//, //look_at_target//)|
-|[[move_character|Move Character]]|**move_character**(//character//, //tile_id//)| +|[[move_character|Move Character]]|**move_character**(//character//, //tile//)| 
-|[[move_player|Move Player]]|**move_player**(//tile_id//)|+|[[move_player|Move Player]]|**move_player**(//tile//)|
 |[[move_platform|Move Platform]]|**move_platform**(//tile//, //waypoint_name//, //pause//)| |[[move_platform|Move Platform]]|**move_platform**(//tile//, //waypoint_name//, //pause//)|
 |[[override_animation|Override Animation]]|**override_animation**(//entity//, //anim_to_override//, //override_with//)| |[[override_animation|Override Animation]]|**override_animation**(//entity//, //anim_to_override//, //override_with//)|
scripting_reference.txt · Last modified: 2024/04/04 20:38 by justin