Custom field improvements
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#module_parameters(WITH_EDITOR := true, WITH_NETWORKING := false, action_type : Type, entity_fields: Type, scene_fields: Type);
|
||||
|
||||
// TODO: Add a fallback, if none we're specified
|
||||
Custom_Entity_Fields :: entity_fields;
|
||||
Custom_Scene_Fields :: scene_fields;
|
||||
_Custom_Entity_Fields :: entity_fields;
|
||||
_Custom_Scene_Fields :: scene_fields;
|
||||
|
||||
Action :: action_type;
|
||||
EDITOR :: WITH_EDITOR;
|
||||
|
||||
Reference in New Issue
Block a user