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 [2017/11/24 16:18] justinscripting_reference [2019/10/21 10:59] justin
Line 4: Line 4:
 Click on a function name for more details around its usage. Click on a function name for more details around its usage.
 ^Name^Signature^ ^Name^Signature^
-|[[add_character|Add Character]]|**add_character**(//model_name//, //tile_id//, //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 14: Line 15:
 |[[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 65: Line 68:
 |[[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