pandemonium_engine/modules/entity_spell_system/entities
Relintai 3fdb671b51 Fix Entity's api's inconsistencies pt 3.
In projects mass replacing the following words will update everything.

gets_free_class_talent_points -> class_talent_points_gets_free
sets_free_class_talent_points -> class_talent_points_sets_free
getc_free_class_talent_points -> class_talent_points_getc_free
setc_free_class_talent_points -> class_talent_points_setc_free
gets_free_character_talent_points -> character_talent_points_gets_free
sets_free_character_talent_points -> character_talent_points_sets_free
getc_free_character_talent_points -> character_talent_points_getc_free
setc_free_character_talent_points -> character_talent_points_setc_free

gets_bag -> bag_gets
sets_bag -> bag_sets
getc_bag -> bag_getc
setc_bag -> bag_setc
2023-06-16 17:53:23 +02:00
..
ai Fix some property names being the same as getters / setters. 2023-06-01 15:42:32 +02:00
auras Fix property types. Auras have been merged into Spells a while ago. 2023-06-02 12:10:20 +02:00
data Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
resources Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
skills Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
stats Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
entity.cpp Fix Entity's api's inconsistencies pt 3. 2023-06-16 17:53:23 +02:00
entity.h Fix Entity's api's inconsistencies pt 3. 2023-06-16 17:53:23 +02:00