This website requires JavaScript.
Explore
Help
Register
Sign in
mmo-ref
/
landsandboat
Watch
1
Star
0
Fork
You've already forked landsandboat
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
zone_interface
landsandboat
/
scripts
/
enum
/
emote_mode.lua
10 lines
104 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
Break out status enums to separate files in enum/ Standardize filename format
2023-05-29 18:28:58 -04:00
xi
=
xi
or
{
}
Add explicit table path for enum declarations
2024-08-25 17:54:24 -04:00
---@enum xi.emoteMode
Break out status enums to separate files in enum/ Standardize filename format
2023-05-29 18:28:58 -04:00
xi.emoteMode
=
{
ALL
=
0
,
TEXT
=
1
,
MOTION
=
2
,
}
Reference in a new issue
Copy permalink