by LvR
at 2013-01-11
Type Script
Subtype None
Summary
Class List: a dynamic array for storing object of any kind. Very useful as you don't care of the init size, and you can insert and remove at any index.
Class Map : a key/value pair dictionnary
Class GenericTimer : a universal timer, base on only one FP Timer Object, that allow to schedule events and code. It needs class List above.
See GoPInball topic formore help
at 2013-01-11
Type Script
Subtype None
Summary
Class List: a dynamic array for storing object of any kind. Very useful as you don't care of the init size, and you can insert and remove at any index.
Class Map : a key/value pair dictionnary
Class GenericTimer : a universal timer, base on only one FP Timer Object, that allow to schedule events and code. It needs class List above.
See GoPInball topic formore help