Home
last modified time | relevance | path

Searched refs:remove_user_property (Results 1 – 9 of 9) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DEntityData.h127 void remove_user_property(int index);
H A DEntity.h209 void remove_user_property(const std::string& key);
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/entities/
H A Dentity_model.h134 bool remove_user_property(int index);
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/entities/
H A Dentity_model.cpp1247 bool EntityModel::remove_user_property(int index) { in remove_user_property() function in SolarusEditor::EntityModel
1254 entity.remove_user_property(index); in remove_user_property()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntityData.cpp613 void EntityData::remove_user_property(int index) { in remove_user_property() function in Solarus::EntityData
H A DEntity.cpp1321 void Entity::remove_user_property(const std::string& key) { in remove_user_property() function in Solarus::Entity
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/
H A Dmap_model.cpp1518 bool success = get_entity(index).remove_user_property(property_index); in remove_entity_user_property()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dedit_entity_dialog.cpp1939 entity_after->remove_user_property(0); in apply_user_properties()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DEntityApi.cpp2011 entity.remove_user_property(key); in entity_api_set_property()