NDOIL

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search

[Main] [Lua Examples]

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Object Functions & Examples

LogChat()

Params
source - chat source
chatlog - chat log
Write a line to the chat log for this user.

Example

 CODE EXAMPLE BLOCK

LuaGameObj(objectid)

Params
objectid - id of the given object
Returns
gameobject a copy of a gameobject
Creates a GameObj reference to the specified id. The ONLY time you should use this is when a client sends an object id from a script command.

Example

 CODE EXAMPLE BLOCK