Functions Documentation | |
Name | objSetOverlayData |
Syntax | (objSetOverlayData sObj overlayID attrib data) |
Argument List | sObj: spaceOjbect the overlay is on overlayID: the overlay to access attrib: the name of the data attribute to work with data: arbitrary data to set on overlay |
Returns | nothing? |
Category | overlay |
Description | Sets arbitrary data on an overlay. |
Example |
From MiscItems.xml
<OnUpdate> ; Create a barrel of waste every 90 cycles (45 seconds) (if (geq (objIncOverlayData gSource aOverlayID "counter") 90) Â Â (block (left) Â Â Â Â (setq left (objIncOverlayData gSource aOverlayID "wasteCount" -1)) Â Â Â Â (objAddItem gSource (itmCreate &itRadioactiveWaste; 1)) Â Â Â Â (objSetOverlayData gSource aOverlayID "counter" 0) Â Â Â Â Â Â Â Â (plyMessage gPlayer "Uranium rod consumed") Â Â Â Â Â Â Â Â (if (eq left 0) Â Â Â Â Â Â (objRemoveOverlay gSource aOverlayID) Â Â Â Â ) Â Â ) ) </OnUpdate> |
Comment | Analgous to objSetData. |
Mod of the Month (April '25) |
Featured Mods (random) |
Throwable shield generator V.60 |
BattleZone |
Quality Mods (random) |
Brigand Playership |
System Map Scanner Pack 1.0 |
Balanced Mods (random) |
F.F.A.S. (Friendly Fire Avoidance System) for Autons |
"PDmod" ICX Overhaul |