mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 23:45:32 +00:00
dffd3bfa7d
example: counter = 0 Event.register(Events.ON_PLAYER_CONNECT, function(player) player.customData.counter = counter counter = counter + 1 return true end) CommandController.registerCommand("test", function(player, args) player:message(player.customData.counter, false) return true end, "") |
||
---|---|---|
.. | ||
browser | ||
bsatool | ||
esmtool | ||
essimporter | ||
launcher | ||
master | ||
mwiniimporter | ||
niftest | ||
opencs | ||
openmw | ||
openmw-mp | ||
openmw_test_suite | ||
wizard | ||
doc.hpp |