Community Forum

All functions of utils?

Forum Overview >> Farming Simulator 2009

CategoryFarming Simulator 2009
Created10.09.2009 23:52


Matthias B. (Unknown) 10.09.2009 23:55
Hi,

can you please post the functions of the Utils file? i need some functions about sowing, update, density etc.

mfg. MxY.rlp

Christian Ammann - GIANTS Software 11.09.2009 11:26
Hi Matthias,

I think you can print all functions with this code:

for k,v in pairs(Utils) do
print(tostring(k).."("..type(v)..") = "..tostring(v))
end;

Cheers

Matthias B. (Unknown) 11.09.2009 13:49
but is it possible to post the parameters for the function and what is returned? only for foliages and density?


Note: Log in to post. Create a new account here.