Custom User Item
Holder for CUIs
This datum is a holder that is essentially a "model" of the customuseritems
database table, and is used for giving people their CUIs on spawn.
It is instanced as part of the client data loading framework on the client.
Vars | |
all_characters_allowed | Can this be used on all characters? |
---|---|
all_jobs_allowed | Are all jobs allowed? |
allowed_jobs | List of allowed jobs |
characer_name | Name of the character that can have this item. |
item_desc_override | Custom item description override |
item_name_override | Custom item name override |
object_typepath | Custom item typepath |
raw_job_mask | Raw job mask |
Procs | |
parse_info | CUI Info Parser |
Var Details
all_characters_allowed
Can this be used on all characters?
all_jobs_allowed
Are all jobs allowed?
allowed_jobs
List of allowed jobs
characer_name
Name of the character that can have this item.
item_desc_override
Custom item description override
item_name_override
Custom item name override
object_typepath
Custom item typepath
raw_job_mask
Raw job mask
Proc Details
parse_info
CUI Info Parser
Parses all the raw info into usable stuff, and also does validity checks Returns TRUE if its a valid item, and FALSE if not
Arguments:
- owning_ckey - Player who owns this item. Used for logging purposes.