godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
ResourceSaverSingleton._classBinding
godot
resourcesaver
ResourceSaverSingleton
Undocumented in source.
struct
ResourceSaverSingleton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
godot_object
_singleton
;
__gshared immutable
char
*
_singletonName
;
__gshared
@
GodotName
("save")
GodotMethod
!(
GodotError
,
String
,
Resource
,
long
)
save
;
__gshared
@
GodotName
("get_recognized_extensions")
GodotMethod
!(
PoolStringArray
,
Resource
)
getRecognizedExtensions
;
}
Members
Static variables
_singleton
godot_object
_singleton
;
Undocumented in source.
_singletonName
char
*
_singletonName
;
Undocumented in source.
getRecognizedExtensions
GodotMethod
!(
PoolStringArray
,
Resource
)
getRecognizedExtensions
;
Undocumented in source.
save
GodotMethod
!(
GodotError
,
String
,
Resource
,
long
)
save
;
Undocumented in source.
Meta
Source
See Implementation
godot
resourcesaver
ResourceSaverSingleton
aliases
BaseClasses
enums
Constants
SaverFlags
functions
getRecognizedExtensions
opAssign
opEquals
save
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name