res://addons/w4gd/w4rm/w4rm_types.gd
Inherits: RefCounted
There is currently no description for this class.
Methods
StringName |
get_default_type ( int p_type ) |
Dictionary |
get_members_from_schema ( Script p_schema ) |
void |
mktypes ( ) |
void |
w4rm_array_type ( StringName p_name, StringName base_type_name ) |
void |
w4rm_base_type ( StringName p_name, int p_gd_type, Callable p_to_sql, Callable p_to_gd ) |
void |
w4rm_composite_type ( StringName p_name, int p_gd_type, Dictionary p_members, Callable p_make_base ) |
void |
w4rm_composite_type_from_schema ( StringName p_name, Script p_schema, Variant p_base ) |
void |
w4rm_map_type ( StringName p_name, StringName base_type_name, StringName p_id_type ) |
void |
w4rm_table_type ( StringName p_name, Dictionary p_members, Callable p_make_base, StringName p_id_name ) |
void |
w4rm_type ( StringName p_name, int p_gd_type, Callable p_to_sql, Callable p_to_gd ) |
Method Descriptions
StringName get_default_type ( int p_type )
There is currently no description for this method.
Dictionary get_members_from_schema ( Script p_schema )
There is currently no description for this method.
void mktypes ( )
There is currently no description for this method.
void w4rm_array_type ( StringName p_name, StringName base_type_name )
There is currently no description for this method.
void w4rm_base_type ( StringName p_name, int p_gd_type, Callable p_to_sql, Callable p_to_gd )
There is currently no description for this method.
void w4rm_composite_type ( StringName p_name, int p_gd_type, Dictionary p_members, Callable p_make_base )
There is currently no description for this method.
void w4rm_composite_type_from_schema ( StringName p_name, Script p_schema, Variant p_base )
There is currently no description for this method.
void w4rm_map_type ( StringName p_name, StringName base_type_name, StringName p_id_type )
There is currently no description for this method.
void w4rm_table_type ( StringName p_name, Dictionary p_members, Callable p_make_base, StringName p_id_name )
There is currently no description for this method.
void w4rm_type ( StringName p_name, int p_gd_type, Callable p_to_sql, Callable p_to_gd )
There is currently no description for this method.