mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-28 21:53:06 +00:00
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 | ||