Commit graph

5 commits

Author SHA1 Message Date
Koncord
10d7e68dd5 [Server] Add Windows support for Mono API 2019-01-03 02:47:29 +08:00
Koncord
c36b692e91 [Server] Trait all API functions as "extern C"
Move Timer & Public functions to Script/Functions
2019-01-03 02:42:35 +08:00
David Cernat
563269d359 [Server] Bring comments up-to-date for packet-sending script functions 2018-07-07 20:16:36 +03:00
David Cernat
2f1ef049d2 [Server] Turn sendToAttachedPlayer into skipAttachedPlayer
Unfortunately, default values set in the C++ code for our script function parameters don't actually seem to work, and they always default to false because they receive a nil value from Lua. As a result, to not break compatibility with previous scripts, I've decided to use a skipAttachedPlayer argument instead so it can default to false while still providing the same benefits that sendToAttachedPlayer provided.
2018-07-07 20:08:59 +03:00
David Cernat
6041425122 [Server] Move Chat functions to new ChatFunctions class 2018-07-07 19:20:25 +03:00