Exemplo n.º 1
0
 // -- These functions will provide Lua scripts an interface with the server
 // -- Allowing them to have a great deal on control over the server itself.
 public void Setblock(short clientId, HypercubeMap map, short x, short y, short z, byte type, bool undo, bool physics, bool send, short priority)
 {
     map.BlockChange(clientId, x, y, z, ServerCore.Blockholder.GetBlock(type), map.GetBlock(x, y, z), undo, physics, send, priority);
 }