1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/components/interfaces/AIProxy.js
Ykkrosh f39f279132 Add AI script code to provide a cleaner API around the engine interface.
Handle AIProxy entirely through scripts.
Support structured clones of script values.
Improve performance.
Support multiple script contexts sharing a runtime.
Use a separate context per AI player.

This was SVN commit r8866.
2011-01-15 23:35:20 +00:00

2 lines
37 B
JavaScript

Engine.RegisterInterface("AIProxy");