dwren ~master (2021-08-04T16:40:15.989241)
Dub
Repo
wrenGetSlotBytes
wren
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
const
(
char
)*
wrenGetSlotBytes
(
WrenVM
*
vm
,
int
slot
,
int
*
length
)
Meta
Source
See Implementation
wren
aliases
WrenBindForeignClassFn
WrenBindForeignMethodFn
WrenErrorFn
WrenFinalizerFn
WrenForeignMethodFn
WrenLoadModuleCompleteFn
WrenLoadModuleFn
WrenReallocateFn
WrenResolveModuleFn
WrenWriteFn
enums
WrenErrorType
WrenInterpretResult
WrenType
functions
wrenAbortFiber
wrenCall
wrenCollectGarbage
wrenEnsureSlots
wrenFreeVM
wrenGetListCount
wrenGetListElement
wrenGetMapContainsKey
wrenGetMapCount
wrenGetMapValue
wrenGetSlotBool
wrenGetSlotBytes
wrenGetSlotCount
wrenGetSlotDouble
wrenGetSlotForeign
wrenGetSlotHandle
wrenGetSlotString
wrenGetSlotType
wrenGetUserData
wrenGetVariable
wrenGetVersionNumber
wrenHasModule
wrenHasVariable
wrenInitConfiguration
wrenInsertInList
wrenInterpret
wrenMakeCallHandle
wrenNewVM
wrenReleaseHandle
wrenRemoveMapValue
wrenSetListElement
wrenSetMapValue
wrenSetSlotBool
wrenSetSlotBytes
wrenSetSlotDouble
wrenSetSlotHandle
wrenSetSlotNewForeign
wrenSetSlotNewList
wrenSetSlotNewMap
wrenSetSlotNull
wrenSetSlotString
wrenSetUserData
manifest constants
WREN_VERSION_MAJOR
WREN_VERSION_MINOR
WREN_VERSION_NUMBER
WREN_VERSION_PATCH
WREN_VERSION_STRING
structs
WrenConfiguration
WrenForeignClassMethods
WrenHandle
WrenLoadModuleResult
WrenVM