WeatherMakerSoundScriptCanPlay Property |
Whether the sound can play - this is usually true unless something like an audio zone is used and the player is not in the zone.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool CanPlay { get; set; }
Public Property CanPlay As Boolean
Get
Set
public:
property bool CanPlay {
bool get ();
void set (bool value);
}
member CanPlay : bool with get, set
Property Value
Type:
BooleanSee Also