Class CreateNeutralCamp
Inheritance
System.Object
CreateNeutralCamp
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class CreateNeutralCamp : LevelScriptBlock, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public ushort CampLevel { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public IVectorGet FacingLocation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IFloatGet InitialSpawnTime { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IFloatGet LeashRadius { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IVectorGet Location { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IVectorGet m1983113167 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool m2099752831 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public IBoolGet m2595349149 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IIntGet MaxSpawnLimit { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MinimapIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public IVectorGet MinimapIconOffset { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<IntTableSet> OutCampId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IFloatGet RespawnDelaySecs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ushort RevealEvent { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public ushort ScoreboardTimer { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public INeutralCampSpawnBehavior SpawnBehavior { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IFloatGet SpawnDurationSecs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IFloatGet StopSpawnTimeSecs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint Team { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Implements