dmdscript ~master (2021-10-28T17:31:24.0608394)
Dub
Repo
NativeFunctionData
dmdscript
dnative
Undocumented in source.
struct
NativeFunctionData {
d_string
string
;
PCall
pcall
;
d_uint32
length
;
}
Members
Variables
length
d_uint32
length
;
Undocumented in source.
pcall
PCall
pcall
;
Undocumented in source.
string
d_string
string
;
Undocumented in source.
Meta
Source
See Implementation
dmdscript
dnative
aliases
PCall
classes
DnativeFunction
structs
NativeFunctionData