dangel ~master
Dub
Repo
ScriptEngine.registerObjectBehaviour
as
engine
ScriptEngine
Registers a behaviour for an object
class
ScriptEngine
void
registerObjectBehaviour
(
T
)
(
string
dataType
,
asEBehaviours
behaviour
,
string
decl
,
T
func
,
asDWORD
callConv
=
DCallConv
,
void
*
aux
= null
)
if
(
isFunctionPointer
!
T
)
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 behaviour for an object