This website requires JavaScript.
Explore
Help
Sign In
Droog71
/
oolite
Watch
1
Star
0
Fork
0
You've already forked oolite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
oolite
/
Resources
/
AIs
/
oolite-nullAI.js
4 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Allow ships to have JS-script-based AIs AI will receive Javascript events shortly after main ship script does. JS AI shi ps use nullAI.plist as their state-machine AI for simplicity. Likewise there is a nullAI.js which does nothing for ships with plist AIs.
2013-07-10 21:29:08 +01:00
this
.
name
=
"Null AI"
;
Initial commit of priority-based AI library
2013-07-12 19:44:14 +01:00
this
.
version
=
"1.79"
;
Allow ships to have JS-script-based AIs AI will receive Javascript events shortly after main ship script does. JS AI shi ps use nullAI.plist as their state-machine AI for simplicity. Likewise there is a nullAI.js which does nothing for ships with plist AIs.
2013-07-10 21:29:08 +01:00
// does nothing
Reference in New Issue
Copy Permalink