feat: added GDEDITORONLY and GDGAMEONLY
parent
0230e4e109
commit
63bf083467
|
@ -28,4 +28,7 @@
|
|||
|
||||
#define GDRESOURCETYPE(_Class) vformat("%s/%s:%s", Variant::OBJECT, PROPERTY_HINT_RESOURCE_TYPE, #_Class)
|
||||
|
||||
#define GDEDITORONLY() if(!Engine::get_singleton()->is_editor_hint()) return
|
||||
#define GDGAMEONLY() if(Engine::get_singleton()->is_editor_hint()) return
|
||||
|
||||
#endif // !UC_GODOT_MACROS_H
|
||||
|
|
Loading…
Reference in New Issue