tibia-client/modules/core/constants.lua

18 lines
264 B
Lua
Raw Normal View History

2011-08-21 21:43:05 +02:00
-- AnchorEdge
2011-07-17 08:56:57 +02:00
AnchorNone = 0
AnchorTop = 1
AnchorBottom = 2
AnchorLeft = 3
AnchorRight = 4
2011-07-17 08:56:57 +02:00
AnchorVerticalCenter = 5
AnchorHorizontalCenter = 6
2011-08-20 22:30:41 +02:00
LogDebug = 0
LogInfo = 1
LogWarning = 2
LogError = 3
LogFatal = 4
ActiveFocusReason = 2
2011-08-20 22:30:41 +02:00
EmptyFunction = function() end