smilegift吧 关注:176贴子:2,346
  • 21回复贴,共1

2020第一贴

只看楼主收藏回复

怎么没人说话了


IP属地:湖南来自Android客户端1楼2020-03-01 02:11回复
    因为我没在说话


    IP属地:江苏来自iPhone客户端2楼2020-03-03 22:28
    收起回复
      游戏没发的事


      IP属地:黑龙江来自iPhone客户端3楼2020-03-04 15:40
      收起回复
        应该是这个吧
        // Used by the traceresult() native.
        enum
        {
        TR_AllSolid, // (int) if true, plane is not valid
        TR_StartSolid, // (int) if true, the initial point was in a solid area
        TR_InOpen, // (int)
        TR_InWater, // (int)
        TR_Fraction, // (float) time completed, 1.0 = didn't hit anything
        TR_EndPos, // (vector) final position
        TR_PlaneDist, // (float)
        TR_PlaneNormal, // (vector) surface normal at impact
        TR_Hit, // (entity) entity the surface is on
        TR_Hitgroup // (int) 0 == generic, non zero is specific body part
        };


        IP属地:江苏4楼2020-03-04 19:28
        收起回复