WowPacketParser.Store.Objects.GameObject.GetParentRotation C# (CSharp) Méthode

GetParentRotation() public méthode

public GetParentRotation ( ) : float?[]
Résultat float?[]
        public float?[] GetParentRotation()
        {
            return UpdateFields.GetArray<GameObjectField, float?>(GameObjectField.GAMEOBJECT_PARENTROTATION, 4);
        }