Functions | |
| float | snap_misc_normalyaw (float init_yaw) |
| void | snap_misc_showpoint (vector point, string sprite, float ttl) |
| float | snap_misc_jumptest (vector jump_origin, vector move_dir) |
| float snap_misc_jumptest | ( | vector | jump_origin, | |
| vector | move_dir | |||
| ) |
We've found a drop -- can the player jump it? Routine adapted for bots too.
| jump_origin | . | |
| move_dir | . |
Definition at line 392 of file misc.mqc.
References SNAP_NAV_JMP_NRM, SNAP_NAV_JMP_RUN, and vector().
Referenced by snap_nav_haz_main().
| float snap_misc_normalyaw | ( | float | init_yaw | ) |
This normalises the yaw sent in.
| init_yaw | the Quake yaw. |
Definition at line 331 of file misc.mqc.
References SNAP_MISC_NORMYAW_OFFSET.
Referenced by snap_extnav_compass(), and snap_misc_ownervisible().
| void snap_misc_showpoint | ( | vector | point, | |
| string | sprite, | |||
| float | ttl | |||
| ) |
1.5.4