Difference between revisions of "Futurevision OXP"
From Elite Wiki
(Updating BB links) |
|||
Line 2: | Line 2: | ||
This version provides the following: | This version provides the following: | ||
− | * [ | + | * [https://bb.oolite.space/viewtopic.php?p=47550#47550 Global functions with lowercase names]. |
* <code>[[Oolite JavaScript Reference: Vector#random|Vector.random()]]</code>, <code>[[Oolite JavaScript Reference: Vector#randomDirection|Vector.randomDirection()]]</code> and <code>[[Oolite JavaScript Reference: Vector#randomDirectionAndLength|Vector.randomDirectionAndLength()]]</code>. | * <code>[[Oolite JavaScript Reference: Vector#random|Vector.random()]]</code>, <code>[[Oolite JavaScript Reference: Vector#randomDirection|Vector.randomDirection()]]</code> and <code>[[Oolite JavaScript Reference: Vector#randomDirectionAndLength|Vector.randomDirectionAndLength()]]</code>. | ||
− | * [ | + | * [https://bb.oolite.space/viewtopic.php?p=46338#46338 <code>Sound</code> and <code>SoundSource</code>] – although they don’t actually play sound. |
[[Media:Futurevision.oxp.zip|Download]] (5 KiB) | [[Media:Futurevision.oxp.zip|Download]] (5 KiB) | ||
[[Category:Deprecated OXPs]] | [[Category:Deprecated OXPs]] |
Latest revision as of 01:47, 29 February 2024
Futurevision.oxp is a now obsolete OXP which provided some Oolite 1.71 scripting features for Oolite 1.70. It was intended for use by JavaScript OXP developers.
This version provides the following:
- Global functions with lowercase names.
Vector.random()
,Vector.randomDirection()
andVector.randomDirectionAndLength()
.Sound
andSoundSource
– although they don’t actually play sound.
Download (5 KiB)