Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WildStar
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WildStar:API types
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Advanced
Special characters
Help
Heading
Level 2
Level 3
Level 4
Level 5
Format
Insert
Latin
Latin extended
IPA
Symbols
Greek
Greek extended
Cyrillic
Arabic
Arabic extended
Hebrew
Bangla
Tamil
Telugu
Sinhala
Devanagari
Gujarati
Thai
Lao
Khmer
Canadian Aboriginal
Runes
Á
á
À
à
Â
â
Ä
ä
Ã
ã
Ǎ
ǎ
Ā
ā
Ă
ă
Ą
ą
Å
å
Ć
ć
Ĉ
ĉ
Ç
ç
Č
č
Ċ
ċ
Đ
đ
Ď
ď
É
é
È
è
Ê
ê
Ë
ë
Ě
ě
Ē
ē
Ĕ
ĕ
Ė
ė
Ę
ę
Ĝ
ĝ
Ģ
ģ
Ğ
ğ
Ġ
ġ
Ĥ
ĥ
Ħ
ħ
Í
í
Ì
ì
Î
î
Ï
ï
Ĩ
ĩ
Ǐ
ǐ
Ī
ī
Ĭ
ĭ
İ
ı
Į
į
Ĵ
ĵ
Ķ
ķ
Ĺ
ĺ
Ļ
ļ
Ľ
ľ
Ł
ł
Ń
ń
Ñ
ñ
Ņ
ņ
Ň
ň
Ó
ó
Ò
ò
Ô
ô
Ö
ö
Õ
õ
Ǒ
ǒ
Ō
ō
Ŏ
ŏ
Ǫ
ǫ
Ő
ő
Ŕ
ŕ
Ŗ
ŗ
Ř
ř
Ś
ś
Ŝ
ŝ
Ş
ş
Š
š
Ș
ș
Ț
ț
Ť
ť
Ú
ú
Ù
ù
Û
û
Ü
ü
Ũ
ũ
Ů
ů
Ǔ
ǔ
Ū
ū
ǖ
ǘ
ǚ
ǜ
Ŭ
ŭ
Ų
ų
Ű
ű
Ŵ
ŵ
Ý
ý
Ŷ
ŷ
Ÿ
ÿ
Ȳ
ȳ
Ź
ź
Ž
ž
Ż
ż
Æ
æ
Ǣ
ǣ
Ø
ø
Œ
œ
ß
Ð
ð
Þ
þ
Ə
ə
Formatting
Links
Headings
Lists
Files
References
Discussion
Description
What you type
What you get
Italic
''Italic text''
Italic text
Bold
'''Bold text'''
Bold text
Bold & italic
'''''Bold & italic text'''''
Bold & italic text
__NOWYSIWYG__{{\|uiapitype}} This is the main WildStar API 'value type' reference. The [[\UI API]] uses rather complex values using Lua native types for some of its parameters and return values. Rather than re-explain them every time they're used. This reference provides list of 'distinct' Lua based data types used in WildStar. See also [[\API events]]. == Reference == <onlyinclude><div class="ApiList"><!-- do not remove this line --> === Simple types === :{{\|id|API TYPE|nil}} - the Lua 'nil' type. a type, or variable state, which has no value :{{\|id|API TYPE|boolean}} - a Lua 'boolean' type, which holds Lua 'false' or 'true' values :{{\|id|API TYPE|number}} - a regular Lua number, which for WS is a 'double' size floating point number :{{\|id|API TYPE|string}} - a regular Lua string, always 1 byte per char. WS utf-8 encodes non-ASCII chars :{{\|id|API TYPE|function}} - a regular Lua function, which any variable can reference. :{{\|id|API TYPE|table}} - a regular Lua table, which any variable can reference. :{{\|id|API TYPE|userdata}} - a regular Lua userdata, which any variable can reference. === Complex types === :{{\|id|API TYPE|bagId}} - Numbers representing bags you carry, bank bags, bank window, etc :{{\|id|API TYPE|itemString}} - A structured string holds item data, like Created by, itemId, ... :{{\|id|API TYPE|itemLink}} - A string that is clickable if shown in-game, contains an itemString. :{{\|id|API TYPE|itemType}} - String classification of an item, ["Armor", "Consumable", ...] :{{\|id|API TYPE|unitId}} - An identifier that specifies a unit or unit type ["target", "party1", ...] :{{\|id|API TYPE|auctionItem}} - A structured table containing information about a particular item on the Auction House, [BuyoutPrice, CurrentBid, etc] === Data types === :{{\|id|API TYPE|Unit}} [userdata] - target-able unit data. prefixed unit, unitPlayer, unitTarget :{{\|id|API TYPE|Money}} [userdata] - currency data :{{\|id|API TYPE|Quest}} [userdata] - quest data :{{\|id|API TYPE|Item}} [userdata] - Item data :{{\|id|API TYPE|Ability}} [userdata] - Player Ability Information === Module types === :{{\|id|API TYPE|Addon}} - actual AddOn instance type. see [[\UI AddOn]]. :{{\|id|API TYPE|Package}} - actual library AddOn instance type. see [[\UI AddOn]]. </div></onlyinclude><!-- do not remove this line --> == See also == * [[\API events]]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Template:Editlink
(
edit
)
Template:WildStar/devnav
(
edit
)
Template:WildStar/id
(
edit
)
Template:WildStar/uiapi
(
edit
)
Template:WildStar/uiapitype
(
edit
)
Template:\
(
edit
)