WowPacketParser.Store.Objects.GameObject.GetParentRotation C# (CSharp) 메소드

GetParentRotation() 공개 메소드

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