WowPacketParser.Store.Objects.GameObject.GetParentRotation C# (CSharp) Method

GetParentRotation() public method

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