Enfusion Script API
Loading...
Searching...
No Matches
ScriptComponent Member List

This is the complete list of members for ScriptComponent, including all inherited members.

_WB_AfterWorldUpdate(IEntity owner, float timeSlice)GenericComponent
_WB_CanCopy(IEntity owner, IEntitySource src)GenericComponent
_WB_CanDelete(IEntity owner, IEntitySource src)GenericComponent
_WB_CanRename(IEntity owner, IEntitySource src)GenericComponent
_WB_CanSelect(IEntity owner, IEntitySource src)GenericComponent
_WB_EnablePhysics(IEntity owner, IEntitySource src, bool physics)GenericComponent
_WB_GetBoundBox(IEntity owner, inout vector min, inout vector max, IEntitySource src)GenericComponent
_WB_GetContextMenuItems(IEntity owner)GenericComponent
_WB_GetUserEnums(string varName, IEntity owner, IEntityComponentSource src)GenericComponent
_WB_OnContextMenu(IEntity owner, int id)GenericComponent
_WB_OnCreate(IEntity owner, IEntitySource src)GenericComponent
_WB_OnDelete(IEntity owner, IEntitySource src)GenericComponent
_WB_OnInit(IEntity owner, inout vector mat[4], IEntitySource src)GenericComponent
_WB_OnKeyChanged(IEntity owner, BaseContainer src, string key, BaseContainerList ownerContainers, IEntity parent)GenericComponent
_WB_OnKeyDown(IEntity owner, int keyCode)GenericComponent
_WB_OnParentChange(IEntity owner, IEntitySource src, IEntitySource prevParentSrc)GenericComponent
_WB_OnPhysSimulPlacementBegin(IEntity owner, IEntitySource src)GenericComponent
_WB_OnRename(IEntity owner, IEntitySource src, string oldName)GenericComponent
_WB_SetExtraVisualiser(IEntity owner, EntityVisualizerType type, IEntitySource src)GenericComponent
_WB_SetTransform(IEntity owner, inout vector mat[4], IEntitySource src)GenericComponent
Activate(IEntity owner)GenericComponent
ClearEventMask(notnull IEntity owner, int mask)GenericComponent
ConnectToDiagSystem(IEntity owner)GenericComponentprotected
Deactivate(IEntity owner)GenericComponent
DisconnectFromDiagSystem(IEntity owner)GenericComponentprotected
EOnActivate(IEntity owner)ScriptComponentprotected
EOnAnimEvent(IEntity owner, int type, int slot)ScriptComponentprotected
EOnContact(IEntity owner, IEntity other, Contact contact)ScriptComponentprotected
EOnDeactivate(IEntity owner)ScriptComponentprotected
EOnDiag(IEntity owner, float timeSlice)ScriptComponentprotected
EOnFixedFrame(IEntity owner, float timeSlice)ScriptComponentprotected
EOnFrame(IEntity owner, float timeSlice)ScriptComponentprotected
EOnInit(IEntity owner)ScriptComponentprotected
EOnJointBreak(IEntity owner, IEntity other)ScriptComponentprotected
EOnPhysicsActive(IEntity owner, bool activeState)ScriptComponentprotected
EOnPhysicsMove(IEntity owner)ScriptComponentprotected
EOnPostFixedFrame(IEntity owner, float timeSlice)ScriptComponentprotected
EOnPostFrame(IEntity owner, float timeSlice)ScriptComponentprotected
EOnPostSimulate(IEntity owner, float timeSlice)ScriptComponentprotected
EOnSimulate(IEntity owner, float timeSlice)ScriptComponentprotected
EOnTouch(IEntity owner, IEntity other, int touchTypesMask)ScriptComponentprotected
EOnVisible(IEntity owner, int frameNumber)ScriptComponentprotected
FindComponent(TypeName typeName)GenericComponent
FindComponents(TypeName typeName, notnull array< GenericComponent > outComponents)GenericComponent
GetComponentData(notnull IEntity ent)GenericComponent
GetComponentSource(notnull IEntity ent)GenericComponent
GetEventMask()GenericComponent
GetOwner()ScriptComponent
IsActive()GenericComponent
OnAddedToParent(IEntity child, IEntity parent)ScriptComponentprotected
OnChildAdded(IEntity parent, IEntity child)ScriptComponentprotected
OnChildRemoved(IEntity parent, IEntity child)ScriptComponentprotected
OnDelete(IEntity owner)ScriptComponentprotected
OnPostInit(IEntity owner)ScriptComponentprotected
OnRemovedFromParent(IEntity child, IEntity parent)ScriptComponentprotected
OnTransformReset(bool isCorrection=false, vector newVelocity=vector.Zero)GenericComponent
OnTransformResetImpl(TransformResetParams params)GenericComponentprotected
Preload(IEntityComponentSource src)GenericComponentstatic
Rpc(func method, void p0=NULL, void p1=NULL, void p2=NULL, void p3=NULL, void p4=NULL, void p5=NULL, void p6=NULL, void p7=NULL)GenericComponent
RplLoad(ScriptBitReader reader)ScriptComponentprotected
RplSave(ScriptBitWriter writer)ScriptComponentprotected
SetEventMask(notnull IEntity owner, int mask)GenericComponent