Méthode | Description | |
---|---|---|
__index ( Lua L ) : int | ||
__newindex ( Lua L ) : int | ||
_bind__property_get_x ( Lua L ) : int | ||
_bind__property_get_y ( Lua L ) : int | ||
_bind__property_set_x ( Lua L ) : int | ||
_bind__property_set_y ( Lua L ) : int | ||
_bind_ctor ( Lua L ) : LWF.Point | ||
_bind_ctor_overload_1 ( Lua L ) : LWF.Point | ||
_bind_ctor_overload_2 ( Lua L ) : LWF.Point | ||
_property_get_x ( LWF a ) : float | ||
_property_get_y ( LWF a ) : float | ||
_property_set_x ( LWF a, float b ) : void | ||
_property_set_y ( LWF a, float b ) : void | ||
luna_init_hashmap ( ) : void | ||
luna_init_write_hashmap ( ) : void |
public static _bind__property_get_x ( Lua L ) : int | ||
L | Lua | |
Résultat | int |
public static _bind__property_get_y ( Lua L ) : int | ||
L | Lua | |
Résultat | int |
public static _bind__property_set_x ( Lua L ) : int | ||
L | Lua | |
Résultat | int |
public static _bind__property_set_y ( Lua L ) : int | ||
L | Lua | |
Résultat | int |
public static _bind_ctor ( Lua L ) : LWF.Point | ||
L | Lua | |
Résultat | LWF.Point |
public static _bind_ctor_overload_1 ( Lua L ) : LWF.Point | ||
L | Lua | |
Résultat | LWF.Point |
public static _bind_ctor_overload_2 ( Lua L ) : LWF.Point | ||
L | Lua | |
Résultat | LWF.Point |
public static _property_get_x ( LWF a ) : float | ||
a | LWF | |
Résultat | float |
public static _property_get_y ( LWF a ) : float | ||
a | LWF | |
Résultat | float |
public static _property_set_x ( LWF a, float b ) : void | ||
a | LWF | |
b | float | |
Résultat | void |
public static _property_set_y ( LWF a, float b ) : void | ||
a | LWF | |
b | float | |
Résultat | void |
public static luna_init_write_hashmap ( ) : void | ||
Résultat | void |