mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 06:45:31 +03:00
Updated VScript in Mapbase (markdown)
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 |
|
||||
|
Loading…
Reference in New Issue
Block a user