User Tools

Site Tools


modding:function:atmlist

Discuss this page on this page's Talk Page.

atmList

atmList is not included in the Xelerus list.

Syntax (atmList atmtable) → list
Argument List atmtable: The atom table to be listed.
Returns list: List of integer atom values (as used to look up entries).
Category atom functions
Description This returns the list of atom values used in an atom table.

Example

Example from alterecco's post

(setq a (atmAtomTable
  (list '(string hello) (list "5" " Print") (list 3 "World") '(8 "me"))
)) 
(atmList a) 

Returns (0 3 5 8)

IMPORTANT: It is not known whether this function is stable for use. Use with caution!

modding/function/atmlist.txt · Last modified: 2014/12/27 04:40 by 127.0.0.1