Updated VScript in Mapbase (markdown)

Blixibon 2020-06-12 00:08:16 -05:00
parent 7dc7938c62
commit ff0a147ff4

@ -166,7 +166,8 @@ Root class of all server-side entities. This class was already exposed to VScrip
| *bool* IsVisible(Vector *target*)| Check if the specified position can be visible to this entity. |
| *bool* IsEntVisible(handle *target*)| Check if the specified entity can be visible to this entity. |
| *bool* IsVisibleWithMask(Vector *target*, int *traceMask*)| Check if the specified position can be visible to this entity with a specific trace mask. |
| *int* TakeDamage(handle *info*)| Apply damage to this entity with a given info handle |
| *int* TakeDamage(*CTakeDamageInfo* info)| Apply damage to this entity with a given info handle |
| *void* FireBullets(*FireBulletsInfo_t* info)| Fire bullets from entity with a given info handle |
| *int* Classify()| Get Class_T class ID |
| *string* GetKeyValue(string *key*)| Get a keyvalue |
| *int* GetSpawnFlags()| Get spawnflags |