function collection

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

could someone copy the list functions? I would be nice if everyone made some docs for them.
Crying is not a proper retort!
User avatar
dvlenk6
Militia Captain
Militia Captain
Posts: 519
Joined: Sun Mar 05, 2006 6:56 am
Location: Sanctuary and beyond
Contact:

http://www.neurohack.com/transcendence/ ... t=language
This is the best I've seen. There's some missing, but still a good list.
"War is hell."
-William Tecumseh Sherman
http://dvlenk6.blackraven3d.com/transgals.html
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

thanks, will start making little explanations and examples

(itmEnumTypes criteria item-var exp)

allows you to walk through all the items in the game for a given criteria

Code: Select all

(itmEnumTypes "s" item
      (block Nil
            <!--This walks through all the shields in the game they are each
                 called item. item is an itemStruct-->
             <!--put code that needs item here-->
             )
       )
does anyone want a specific function?
Crying is not a proper retort!
Post Reply