AMX Mod X API Documentation

Signature
enum NSPS_GenShape { NSPS_GS_POINT = 0, NSPS_GS_LINE, NSPS_GS_TRIANGLE, NSPS_GS_PLANE, NSPS_GS_BOX, NSPS_GS_CYLINDER, NSPS_GS_CONE, NSPS_GS_BLOB, NSPS_GS_DISC, NSPS_GS_RECTANGLE, NSPS_GS_NONE };
Description

Genshape used in ns_set_ps_genshape

Notes
  • The following are in the ns.ps file but

    are not listed in the .fgd file. Use

    at your own risk!

    Line, Triangle, Plane, Cylinder,

    Cone, Disc, Rectangle and None

Назад
Верх