1
0
forked from 0ad/0ad
0ad/source/simulation2/scripting
wraitii e22a915351 Add a function to query a global object, including JS classes, from C++
The latter are not properties of the global object but stored within the
global lexical environment.
This is not currently needed, but will be useful for future diffs.
Update Vector2D/3D querying.

Taken from D2746

This was SVN commit r24406.
2020-12-17 17:51:18 +00:00
..
EngineScriptConversions.cpp Add a function to query a global object, including JS classes, from C++ 2020-12-17 17:51:18 +00:00
JSInterface_Simulation.cpp [SM78 2/2] Update to Spidermonkey 78 APIs 2020-12-06 14:03:02 +00:00
JSInterface_Simulation.h Mass rename CxPrivate to CmptPrivate. 2020-11-13 16:44:15 +00:00
MessageTypeConversions.cpp [SM52 2/2] Update to Spidermonkey 52 APIs. 2020-11-18 14:39:04 +00:00
ScriptComponent.cpp [SM52 2/2] Update to Spidermonkey 52 APIs. 2020-11-18 14:39:04 +00:00
ScriptComponent.h Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00