Forum

> > CS2D > Scripts > A HINT on finding similar built-in commands
Forums overviewCS2D overview Scripts overviewLog in to reply

English A HINT on finding similar built-in commands

3 replies
To the start Previous 1 Next To the start

old A HINT on finding similar built-in commands

danh
User Off Offline

Quote
use this hint for finding alike commands with a dot like math.??? or io.??? by using
1
for k,v in pairs(--[[the prefix of the function name, ie pairs(io) for anything starting with io, like io.open]]) do print(k,v) end
i find this useful somtimes, but i use a lua interpreter for the printing bit
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview