Difference between revisions of "AttachWire - ObjectReference"

No change in size ,  11:09, 13 May 2018
m
no edit summary
imported>JBURGESS
m
imported>JBURGESS
m
 
Line 19: Line 19:
<source lang="papyrus">
<source lang="papyrus">
; Attach a metal cable wire between the top of a radio tower to one of it's anchor points.
; Attach a metal cable wire between the top of a radio tower to one of it's anchor points.
ObjectReference wireRef = RadioTowerTop.AttachWire(RaidoTowerAnchor, MetalCableSpline)
ObjectReference wireRef = RadioTowerTop.AttachWire(RadioTowerAnchor, MetalCableSpline)
; Enable the wire so we can see it.
; Enable the wire so we can see it.
wireRef.Enable()
wireRef.Enable()
Anonymous user