SharpMod.Model.GetPointer C# (CSharp) Method

GetPointer() public static method

Gets a model from an entity
public static GetPointer ( Entity entity ) : IntPtr
entity Entity /// Entity which holds the model ///
return System.IntPtr
        public static IntPtr GetPointer(Entity entity)
        {
            return GetPointer(entity.Pointer);
        }

Same methods

Model::GetPointer ( IntPtr entity ) : IntPtr