Jump to content

Using VS for UnigineScript writing - code autocomplete


photo

Recommended Posts

Posted

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.

  • 2 months later...
Posted

Hi,

 

I have this problem too.how can i use VS for scripting with autocomplete feature?i think it is nesseccery for newbies.

 

thanks.

Posted

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!

Posted

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?

×
×
  • Create New...