C# (CSharp) Aura.Channel.World.Entities Creature.GetActualCreature - 1 пример найден. Это лучшие примеры C# (CSharp) кода для Aura.Channel.World.Entities.Creature.GetActualCreature, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
If this creature is an RP character, it returns the player's character behind the RP character, if not it just returns itself.
Use in cases where you want to execute an action on the actual player character, but you don't know if you're working with an RP character or not. For example, maybe you want to give a player a quest item at the end of the dungeon, but the dungeon can be played as RP or non-RP. Using just the creature would give it to the RP character, with the player never getting it.