dangel ~master
Dub
Repo
ScriptEngine.registerStringFactory
as
engine
ScriptEngine
Registers a string factory type with the specified creation functions
class
ScriptEngine
void
registerStringFactory
(
string
type
,
asGETSTRINGCONSTFUNC_t
getStr
,
asRELEASESTRINGCONSTFUNC_t
releaseStr
,
asGETRAWSTRINGDATAFUNC_t
getRawStr
)
Meta
Source
See Implementation
as
engine
ScriptEngine
functions
addRef
clearMessageCallback
createContext
discardModule
getDefaultNamespace
getEnumCount
getFunctionById
getGlobalFunctionByDecl
getGlobalFunctionByIndex
getGlobalFunctionCount
getGlobalPropertyByIndex
getGlobalPropertyCount
getGlobalPropertyIndexByDecl
getGlobalPropertyIndexByName
getModule
getModuleCount
getProperty
registerEnum
registerEnumValue
registerGlobalFunction
registerGlobalProperty
registerObjectBehaviour
registerObjectMethod
registerObjectProperty
registerObjectType
registerStringFactory
release
setDefaultNamespace
setMessageCallback
setProperty
shutDownAndRelease
writeMessage
static functions
create
Registers a string factory type with the specified creation functions