Description
Wiki Description
Plays a terrain effect that is attached to the specified bone of this object.
Documentation Comment
Play a terrain effect that is attached to the specified bone of this object.
Caveats
Parameters
stringasEffectModelName
CK Wiki Description
The name of the effect model.
stringasAttachBoneName
CK Wiki Description
The name of the bone that the effect will be attached to.
Examples
; Play terrain effect on Bob The Dragon (attaching to Bob The Dragon's move bone).
BobTheDragon.PlayTerrainEffect("effects/dragoncrash/fxdragoncrashfurrow01.nif", "dragonMoveBone")Auto-Generated Example
string myString__asEffectModelName
string myString__asAttachBoneName
myObjectReference__toCallFunctionOn.PlayTerrainEffect(myString__asEffectModelName, myString__asAttachBoneName)