Functions
engine_stocks.inc
| Function | Type | Description |
|---|---|---|
| IsInWorld | stock | This function has no description. |
| PointContents | stock | Will return the contents of a point (inside map? in sky? outside map? etc.). |
| RadiusDamage | stock | Hurts/Kills players in a sphere, like an explosion, Multiplier determines damage. |
| VelocityByAim | stock | Gives you a velocity in the direction a player is looking, iVelocity is the multiplier. |
| ViewContents | stock | Get the contents of the point a user is aiming at |
| fakedamage | stock | This function has no description. |
| find_ent | stock | This function has no description. |
| get_brush_entity_origin | stock | Get origin of a brush entity |
| get_entity_distance | stock | Get the distance between two entities |
| get_entity_flags | stock | Get flags an entity is flagged with |
| get_entity_visibility | stock | Returns 1 if entity is visible. |
| get_grenade | stock | Get grenade thrown by this user |
| get_speed | stock | This function has no description. |
| get_user_button | stock | Get the Button(s) user is pressing |
| get_user_oldbutton | stock | This function has no description. |
| get_user_velocity | stock | This function has no description. |
| remove_entity_name | stock | Remove entity by name |
| set_entity_flags | stock | Set flags on an entity |
| set_entity_visibility | stock | If visible = 1, entity will be set to be visible, else invisible. |
| set_rendering | stock | Set rendering of an entity |
| set_size | stock | This function has no description. |
| set_user_velocity | stock | This function has no description. |