Exemplo n.º 1
0
 /// <summary>
 ///     Toggle whether the usage of weapons in interiors is allowed or not.
 /// </summary>
 /// <param name="allow">True to enable weapons in interiors (enabled by default), False to disable weapons in interiors.</param>
 public virtual void AllowInteriorWeapons(bool allow)
 {
     Internal.AllowInteriorWeapons(allow);
 }