Not Stable Yet!
This article is part of the Witcher 3 scripting community documentation, which is considered to be UNSTABLE until after the release of the Blood and Wine DLC. Edits to these pages may be overwritten without notice!
CPeristentEntity | |
---|---|
Signature |
import class CPeristentEntity extends CEntity |
Parent |
CEntity |
Sub-classes |
CGameplayEntity W3HorseManager |
Version |
1.12 |
Path |
/engine/persistentEntity.ws |
ISerializable > IScriptable > CObject > CNode > CEntity
Event Handlers
OnBehaviorSnaphot
event OnBehaviorSnaphot()
- Location:
- starts @ line 11
OnSpawned
event OnSpawned(spawnData : SEntitySpawnData)
- Parameters:
- spawnData : SEntitySpawnData
- Overrides member from: CEntity
- Location:
- starts @ line 13