1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 23:45:32 +00:00
openmw-tes3mp/apps
Koncord dffd3bfa7d [Server] Add customData to Player
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, "")
2017-10-18 22:32:03 +08:00
..
browser [Browser] Fix Clang warnings 2017-10-18 21:30:36 +08:00
bsatool Restore trailing new lines to shrink PR 2017-09-08 22:20:04 +01:00
esmtool Restore trailing new lines to shrink PR 2017-09-08 22:20:04 +01:00
essimporter ESS-Importer: Convert magic projectiles (Closes #2320) 2017-09-20 18:58:56 +02:00
launcher Merge pull request #287 from OpenMW/master while resolving conflicts 2017-09-12 07:38:49 +03:00
master [Master] Use RakNet ban system instead homebrew 2017-10-03 03:17:25 +08:00
mwiniimporter Restore trailing new lines to shrink PR 2017-09-08 22:20:04 +01:00
niftest Restore trailing new lines to shrink PR 2017-09-08 22:20:04 +01:00
opencs Merge pull request #317 from OpenMW/master 2017-10-18 15:13:48 +03:00
openmw Merge pull request #318 from TES3MP/master 2017-10-18 15:14:37 +03:00
openmw-mp [Server] Add customData to Player 2017-10-18 22:32:03 +08:00
openmw_test_suite Move new behaviour into macro to reduce code duplication 2017-09-08 22:17:42 +01:00
wizard Move new behaviour into macro to reduce code duplication 2017-09-08 22:17:42 +01:00
doc.hpp