res://addons/w4gd/w4rm/w4rm_types.gd:W4RMType
Inherits: RefCounted
Inherited By: res://addons/w4gd/w4rm/w4rm_types.gd:W4RMArrayType, res://addons/w4gd/w4rm/w4rm_types.gd:W4RMBaseType, res://addons/w4gd/w4rm/w4rm_types.gd:W4RMCompositeType, res://addons/w4gd/w4rm/w4rm_types.gd:W4RMMapType
There is currently no description for this class.
Properties
int |
||
StringName |
|
Methods
void |
copy ( Variant p_from, Variant p_to ) |
void |
map ( Dictionary p_types ) |
void |
to_gd ( Variant val, Variant out ) |
void |
to_sql ( Variant val ) |
Property Descriptions
int gd_type
There is currently no description for this property.
StringName name = &""
There is currently no description for this property.
Method Descriptions
void copy ( Variant p_from, Variant p_to )
There is currently no description for this method.
void map ( Dictionary p_types )
There is currently no description for this method.
void to_gd ( Variant val, Variant out )
There is currently no description for this method.
void to_sql ( Variant val )
There is currently no description for this method.