Page 1 of 1

Where to find API

PostPosted: Thu Dec 19, 2013 5:25 pm
by WondahFish
I was just wondering where I could find the API for scripting in the game?
I see the two introduction scripts (Change LOD, Consume food), but these are very limited. I would like to know how I can move characters and such.

Re: Where to find API

PostPosted: Fri Dec 20, 2013 10:45 am
by lugdunon
Currently, the API documentation is located on the wiki.

It is a work in progress with a ton more to document, and will be fleshed out as time permits.

Re: Where to find API

PostPosted: Thu Jan 09, 2014 9:57 pm
by WondahFish
yeah I see this page, but all that tells me is that as a player I have to build commands. The only command I find however is "CORE.COMMAND.CONSUME.FOOD"

Re: Where to find API

PostPosted: Thu Jan 09, 2014 10:35 pm
by lugdunon
Apologies as to the current brevity of the documentation. There are at the moment, 110 commands registered by the default server and I will, in time, document the calling of the large majority of them.

All I can ask for is patience at the for the moment, as I scramble to get things in order for the beta release. Once beta is out my focus can turn again to the in game editors, modding, and documentation / support.

Re: Where to find API

PostPosted: Tue Jan 21, 2014 7:21 pm
by WondahFish
JSDoc? =)

Re: Where to find API

PostPosted: Tue Jan 21, 2014 11:18 pm
by lugdunon
Yup, JSDoc will be what's used to eventually generate the bulk of the API documentation for the client-side, much like JavaDoc will do for the server-side. ;)