SWC LISP/Admin-Only Functions

From Star Wars Combine :: Game Guide
Revision as of 05:06, 8 September 2018 by Ruben Wan (talk | contribs) (Created page with "==Admin-Only Functions== * is-force-aware? * get-skill * get-force-skill Admin scripts now have xvars and yvars which allow arbitrary context pairs (superseding q, o, t, e, e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Admin-Only Functions

  • is-force-aware?
  • get-skill
  • get-force-skill

Admin scripts now have xvars and yvars which allow arbitrary context pairs (superseding q, o, t, e, etc. vars).

User scripts still have s-, o-, and e- vars

- *vars can now properly handle lists of values in addition to scalar values. Storing an instance of a class is not supported and (should) result in an exception being thrown.