From 577da1c5320139a7f58e73ec8a1c512ef7262683 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 31 Aug 2014 20:26:16 -0700 Subject: [PATCH] Updated Lua Entity List (markdown) --- Lua-Entity-List.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lua-Entity-List.md b/Lua-Entity-List.md index 725e926..f934746 100644 --- a/Lua-Entity-List.md +++ b/Lua-Entity-List.md @@ -70,6 +70,7 @@ Object_List GetObjectList(); Doors_List GetDoorsList(); Spawn_List GetSpawnList(); Void SignalAllClients(Integer signal); +Void ChannelMessage(Mob from, Integer type, String msg, Integer language); ``` Mob_List, Client_List, NPC_List, Corpse_List, Object_List, Doors_List and Spawn_List are Lua tables that have an entries field that is a table that contains the entity list of all those types. \ No newline at end of file