/// <summary> /// PF_pointcontents /// </summary> static unsafe void PF_pointcontents() { float * v = GetVector(OFS.OFS_PARM0); Vector3 tmp; Copy(v, out tmp); ReturnFloat(Server.PointContents(ref tmp)); }