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 [2019/10/21 08:14] justinscripting_reference [2019/12/15 20:49] justin
Line 5: Line 5:
 ^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//)|
 +|[[add_object|Add Object]]|**add_object**(//model_name//, //tile//, //entity_id//)|
 |[[add_tile|Add Tile]]|**add_tile**(//model_name//, //coordinate//, //entity_id//)| |[[add_tile|Add Tile]]|**add_tile**(//model_name//, //coordinate//, //entity_id//)|
 |[[damage_entity|Damage Entity]]|**damage_entity**(//entity//, //damage_amount//)| |[[damage_entity|Damage Entity]]|**damage_entity**(//entity//, //damage_amount//)|
Line 10: Line 11:
 |[[display_message|Display Message]]|**display_message**(//message_text//)| |[[display_message|Display Message]]|**display_message**(//message_text//)|
 |[[enable_container|Enable Container]]|**enable_container**(//entity_id//)| |[[enable_container|Enable Container]]|**enable_container**(//entity_id//)|
 +|[[execute_script|Execute Script]]|**execute_script**(//script_name//)|
 |[[fade_in|Fade In]]|**fade_in**(//duration//)| |[[fade_in|Fade In]]|**fade_in**(//duration//)|
 |[[fade_out|Fade Out]]|**fade_out**(//duration//)| |[[fade_out|Fade Out]]|**fade_out**(//duration//)|
 |[[give_item|Give Item]]|**give_item**(//item_name//)| |[[give_item|Give Item]]|**give_item**(//item_name//)|
 |[[heal_entity|Heal Entity]]|**heal_entity**(//entity//, //heal_amount//)| |[[heal_entity|Heal Entity]]|**heal_entity**(//entity//, //heal_amount//)|
 +|[[hide_group|Hide Group]]|**hide_group**(//group_name//)|
 +|[[hide_inventory|Hide Inventory]]|**hide_inventory**()|
 |[[hide_toolbar|Hide Toolbar]]|**hide_toolbar**()| |[[hide_toolbar|Hide Toolbar]]|**hide_toolbar**()|
 |[[load_map|Load Map]]|**load_map**(//map_name//, //player_coord//, //player_direction//)| |[[load_map|Load Map]]|**load_map**(//map_name//, //player_coord//, //player_direction//)|
Line 27: Line 31:
 |[[move_character|Move Character]]|**move_character**(//character//, //tile_id//)| |[[move_character|Move Character]]|**move_character**(//character//, //tile_id//)|
 |[[move_player|Move Player]]|**move_player**(//tile_id//)| |[[move_player|Move Player]]|**move_player**(//tile_id//)|
 +|[[move_platform|Move Platform]]|**move_platform**(//entity//, //waypoint_name//)|
 |[[override_animation|Override Animation]]|**override_animation**(//entity//, //anim_to_override//, //override_with//)| |[[override_animation|Override Animation]]|**override_animation**(//entity//, //anim_to_override//, //override_with//)|
 |[[play_animation|Play Animation]]|**play_animation**(//entity//, //animation_name//)| |[[play_animation|Play Animation]]|**play_animation**(//entity//, //animation_name//)|
 |[[play_group_animation|Play Group Animation]]|**play_group_animation**(//group_name//, //animation_name//)| |[[play_group_animation|Play Group Animation]]|**play_group_animation**(//group_name//, //animation_name//)|
 |[[play_sound|Play Sound]]|**play_sound**(//sound_name//)| |[[play_sound|Play Sound]]|**play_sound**(//sound_name//)|
 +|[[print|Print]]|**print**(//data//)|
 |[[put_entity|Put Entity]]|**put_entity**(//entity_id//, //tile_id//)| |[[put_entity|Put Entity]]|**put_entity**(//entity_id//, //tile_id//)|
 |[[put_player|Put Player]]|**put_player**(//tile_id//, //direction//)| |[[put_player|Put Player]]|**put_player**(//tile_id//, //direction//)|
Line 65: Line 71:
 |[[set_vision_height|Set Vision Height]]|**set_vision_height**(//character//, //height//)| |[[set_vision_height|Set Vision Height]]|**set_vision_height**(//character//, //height//)|
 |[[show_credits|Show Credits]]|**show_credits**()| |[[show_credits|Show Credits]]|**show_credits**()|
 +|[[show_group|Show Group]]|**show_group**(//group_name//)|
 |[[show_inventory|Show Inventory]]|**show_inventory**()| |[[show_inventory|Show Inventory]]|**show_inventory**()|
 |[[show_toolbar|Show Toolbar]]|**show_toolbar**()| |[[show_toolbar|Show Toolbar]]|**show_toolbar**()|
scripting_reference.txt · Last modified: 2024/04/04 20:38 by justin