Example #1
0
 protected SupplyDropPlane(IDFlags idFlags) : base(idFlags)
 {
     this.maxSpeed             = 250f;
     this.lastDist             = float.PositiveInfinity;
     this.approachingTarget    = true;
     this.TEMP_numCratesToDrop = 3;
 }
Example #2
0
 protected DeployableObject(IDFlags flags) : base(flags)
 {
 }
Example #3
0
 protected SupplyCrate(IDFlags idFlags) : base(idFlags)
 {
     this.updateRPCMode = uLink.RPCMode.Others;
 }
Example #4
0
 protected Ragdoll(IDFlags flags) : base(flags)
 {
 }
Example #5
0
 // Token: 0x06000398 RID: 920 RVA: 0x00011464 File Offset: 0x0000F664
 protected SupplyDropPlane(IDFlags idFlags) : base(idFlags)
 {
 }
Example #6
0
 protected SupplyCrate(IDFlags idFlags) : base(idFlags)
 {
 }
Example #7
0
 // Token: 0x06003C0B RID: 15371 RVA: 0x000D6A14 File Offset: 0x000D4C14
 protected DeployableCorpse(IDFlags flags) : base(flags)
 {
 }
Example #8
0
 protected DeployableObject(IDFlags flags)
     : base(flags)
 {
 }
Example #9
0
 protected DeployableCorpse(IDFlags flags)
     : base(flags)
 {
 }
Example #10
0
 protected DeployableObject(IDFlags flags) : base(flags)
 {
     this.maxEdgeDifferential = 1f;
     this.maxSlope            = 30f;
     this.ownerName           = string.Empty;
 }
Example #11
0
 protected GenericProp(IDFlags idFlags) : base(idFlags)
 {
 }
Example #12
0
 protected StructureMaster(IDFlags idFlags) : base(idFlags)
 {
     this._boundsDirty = true;
 }
Example #13
0
 protected SupplyCrate(IDFlags idFlags)
     : base(idFlags)
 {
 }
 // Token: 0x06003D78 RID: 15736 RVA: 0x000DC378 File Offset: 0x000DA578
 protected StructureMaster(IDFlags idFlags) : base(idFlags)
 {
 }
Example #15
0
 protected SupplyDropPlane(IDFlags idFlags)
     : base(idFlags)
 {
 }
Example #16
0
 protected DeployableCorpse(IDFlags flags) : base(flags)
 {
     this.lifeTime = 300f;
 }