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.
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
No human-generated examples found for this function.
Auto-Generated Example
string myString__asEffectModelName
string myString__asAttachBoneName
myObjectReference__toCallFunctionOn.PlayTerrainEffect(myString__asEffectModelName, myString__asAttachBoneName)