WorkspotFunctionalTestsDebugListener class
WorkspotFunctionalTestsDebugListener
Inheritance
Base: IScriptable
Derived
None.
Properties
| Property | Type | |
|---|---|---|
entityId | ent.EntityID | scripted |
instancesCreated | int | scripted |
instancesRemoved | int | scripted |
workspotsSetup | int | scripted |
workspotsStarted | int | scripted |
workspotsFinished | int | scripted |
animationsStack | List | scripted |
animationsSkippedStack | List | scripted |
animationsMissingStack | List | scripted |
skipOverflows | int | scripted |
teleportRequests | int | scripted |
movementRequests | int | scripted |
Functions
ent.EntityID GetEntityID()RTTIvoid SetEntityID(ent.EntityID entID)RTTIint GetInstancesCreatedCount()RTTIint GetInstancesRemovedCount()RTTIint GetWorkspotsSetupCount()RTTIint GetWorkspotsStartedCount()RTTIint GetWorkspotsFinishedCount()RTTIListRTTIGetAnimationStack() string GetLastPlayedAnimation()RTTIint GetAnimationPlayCount(string animationName)RTTIListRTTIGetSkippedAnimationStack() string GetLastSkippedAnimation()RTTIListRTTIGetMissingAnimationStack() string GetLastMissingAnimation()RTTIint GetSkipOverflowsCount()RTTIint GetTeleportRequestsCount()RTTIint GetMovementRequestsCount()RTTIbool OnInstanceCreated()RTTIbool OnInstanceRemoved()RTTIbool OnWorkspotSetup(string path)RTTIbool OnWorkspotStarted()RTTIbool OnWorkspotFinished()RTTIbool OnAnimationChanged(CName animName, work.WorkEntryId workEntryID)RTTIbool OnAnimationSkipped(CName animName, work.WorkEntryId workEntryID)RTTIbool OnAnimationMissing(CName animName, work.WorkEntryId workEntryID)RTTIbool OnSkipOverflow()RTTIbool OnTeleportRequest()RTTIbool OnMovementRequest()RTTI