pandemonium_engine/modules/entity_spell_system
Relintai 2b516b260a Fix Entity's api's inconsistencies pt 1. Also fixed, and bound a property.
In projects mass replacing the following words (in the order given) will update everything.

get_character_skeleton_path -> character_skeleton_path_get
set_character_skeleton_path -> character_skeleton_path_set
get_character_skeleton -> character_skeleton_get
set_character_skeleton -> character_skeleton_set
gets_entity_data -> entity_data_gets
sets_entity_data -> entity_data_sets
getc_entity_data -> entity_data_getc
setc_entity_data -> entity_data_setc
entity_data_gets_id -> entity_data_id_gets
entity_data_sets_id -> entity_data_id_sets
entity_data_getc_id -> entity_data_id_getc
entity_data_setc_id -> entity_data_id_setc
entity_data_gets_path -> entity_data_path_gets
entity_data_sets_path -> entity_data_sets_path
gets_ai_state -> ai_state_gets
ai_state_gets_stored -> ai_state_stored_gets
2023-06-16 16:41:34 +02:00
..
data Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
database Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
doc_classes Fix Entity's api's inconsistencies pt 1. Also fixed, and bound a property. 2023-06-16 16:41:34 +02:00
drag_and_drop Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
editor Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
entities Fix Entity's api's inconsistencies pt 1. Also fixed, and bound a property. 2023-06-16 16:41:34 +02:00
formations Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
infos Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
inventory Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
material_cache Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
pipelines Fix property types. Auras have been merged into Spells a while ago. 2023-06-02 12:10:20 +02:00
profiles Fix some property names being the same as getters / setters. 2023-06-01 15:42:32 +02:00
projectiles/3d Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
props Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
singletons Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
skeleton Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
spawners Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
utility Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
.gitignore
config.py
defines.h
entity_enums.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
entity_enums.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
item_enums.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
item_enums.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
LICENSE Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
SCsub
spell_enums.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
spell_enums.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00