Page 1 of 1

shpGetFuelNeeed - too many e's

Posted: Sun May 23, 2010 12:42 pm
by ptbptb
Like the title says. 'shpGetFuelNeeed' is listed in the "function list for 1.0RC5" topic but I presume that is a typo. Note that neither shpGetFuelNeeed nor shpGetFuelNeed is recognized as a function in the debug console of Transcendence 1.01

Posted: Sun May 23, 2010 12:48 pm
by Prophet
Good eye!

It should be:
(shpGetFuelNeeded ship item) -> # of items

This does work and is used in Transcendence.xml

Posted: Sun May 23, 2010 4:44 pm
by alterecco
Curious, as that list is auto generated by the game... should probably go on the tracker...

Posted: Sun May 23, 2010 5:44 pm
by ptbptb
alterecco wrote:Curious, as that list is auto generated by the game... should probably go on the tracker...
In which case you should probably check cnvDrawImage.

It is not on the list, but is in the game.

Posted: Sun May 23, 2010 7:21 pm
by alterecco
cnvDrawImage is more recent then the list in the RC5 thread i think. In either case, the list I use is the one from this paste http://paste.pocoo.org/show/d3YltV3Ty6unxMweYu0C/

Posted: Sun May 23, 2010 7:42 pm
by george moromisato
alterecco wrote:Curious, as that list is auto generated by the game... should probably go on the tracker...
Typo in the help part of the engine. Fixed in the next release.

Thank you, ptbptb!