eugene.litvinov Posted November 1, 2010 Posted November 1, 2010 Hello. I try to use Visual Studio 2010 for writing game's UnigineScripts and was confronted with difficulties: I have not ability to use code autocomplete for UnigineScripts classes and functions. Is exist library of header's files, that describe UnigineScripts classes and functions that it can be connect to project and use for convenience script developing? It especially actual for beginners, when don't know, what fields and methods available for use in one or another class and you must go to help page. In folder "/include" exists some header's files with describe some classes, is exist descriptions for remainder modules, for example, for PlayerSpectator, ets.? Thanks you.
milad.salehi Posted January 17, 2011 Posted January 17, 2011 Hi, I have this problem too.how can i use VS for scripting with autocomplete feature?i think it is nesseccery for newbies. thanks.
binstream Posted January 18, 2011 Posted January 18, 2011 I try to use Visual Studio 2010 for writing game's UnigineScripts and was confronted with difficulties: I have not ability to use code autocomplete for UnigineScripts classes and functions. Is exist library of header's files, that describe UnigineScripts classes and functions that it can be connect to project and use for convenience script developing? It especially actual for beginners, when don't know, what fields and methods available for use in one or another class and you must go to help page. UnigineScript auto-completition for VS isn't available. In folder "/include" exists some header's files with describe some classes, is exist descriptions for remainder modules, for example, for PlayerSpectator, ets.? /include directory contains C++ API header files only. Take a look at "Programming" section of the reference manual for detailed description of UnigineScript library, it's all there!
milad.salehi Posted January 18, 2011 Posted January 18, 2011 UnigineScript auto-completition for VS isn't available. /include directory contains C++ API header files only. Take a look at "Programming" section of the reference manual for detailed description of UnigineScript library, it's all there! Is there any way for auto-completition?
Recommended Posts