From ff0a147ff4edb3771c0d93cd19275de3b6c257bc Mon Sep 17 00:00:00 2001 From: Blixibon Date: Fri, 12 Jun 2020 00:08:16 -0500 Subject: [PATCH] Updated VScript in Mapbase (markdown) --- VScript-in-Mapbase.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VScript-in-Mapbase.md b/VScript-in-Mapbase.md index 34d86ac..2860379 100644 --- a/VScript-in-Mapbase.md +++ b/VScript-in-Mapbase.md @@ -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 |