Show / Hide Table of Contents

Struct MapInfoWeaponProperty

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Map.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct MapInfoWeaponProperty

Properties

| Edit this page View Source

EnabledWhenUsingJetpack

Declaration
public bool EnabledWhenUsingJetpack { readonly get; set; }
Property Value
Type Description
bool
| Edit this page View Source

WeaponConfigurations

Declaration
public MapInfoWeaponConfiguration[] WeaponConfigurations { readonly get; set; }
Property Value
Type Description
MapInfoWeaponConfiguration[]
| Edit this page View Source

WeaponType

Declaration
public byte WeaponType { readonly get; set; }
Property Value
Type Description
byte
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX