Skip to content

Commit 60db1df

Browse files
authored
chore(schema): Update Schema Definitions to 1.41.3.3 (#1206)
Co-authored-by: roflmuffin <[email protected]>
1 parent acc5744 commit 60db1df

File tree

3 files changed

+61340
-47517
lines changed

3 files changed

+61340
-47517
lines changed

managed/CounterStrikeSharp.API/Generated/Schema/Classes/CCSGameRules.g.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,11 +596,11 @@ public string QueuedMatchmakingReservationString
596596

597597
// m_CTSpawnPointsMasterList
598598
[SchemaMember("CCSGameRules", "m_CTSpawnPointsMasterList")]
599-
public NetworkedVector<SpawnPoint?> CTSpawnPointsMasterList => Schema.GetDeclaredClass<NetworkedVector<SpawnPoint?>>(this.Handle, "CCSGameRules", "m_CTSpawnPointsMasterList");
599+
public NetworkedVector<CHandle<SpawnPoint>> CTSpawnPointsMasterList => Schema.GetDeclaredClass<NetworkedVector<CHandle<SpawnPoint>>>(this.Handle, "CCSGameRules", "m_CTSpawnPointsMasterList");
600600

601601
// m_TerroristSpawnPointsMasterList
602602
[SchemaMember("CCSGameRules", "m_TerroristSpawnPointsMasterList")]
603-
public NetworkedVector<SpawnPoint?> TerroristSpawnPointsMasterList => Schema.GetDeclaredClass<NetworkedVector<SpawnPoint?>>(this.Handle, "CCSGameRules", "m_TerroristSpawnPointsMasterList");
603+
public NetworkedVector<CHandle<SpawnPoint>> TerroristSpawnPointsMasterList => Schema.GetDeclaredClass<NetworkedVector<CHandle<SpawnPoint>>>(this.Handle, "CCSGameRules", "m_TerroristSpawnPointsMasterList");
604604

605605
// m_bRespawningAllRespawnablePlayers
606606
[SchemaMember("CCSGameRules", "m_bRespawningAllRespawnablePlayers")]
@@ -624,11 +624,11 @@ public string QueuedMatchmakingReservationString
624624

625625
// m_CTSpawnPoints
626626
[SchemaMember("CCSGameRules", "m_CTSpawnPoints")]
627-
public NetworkedVector<SpawnPoint?> CTSpawnPoints => Schema.GetDeclaredClass<NetworkedVector<SpawnPoint?>>(this.Handle, "CCSGameRules", "m_CTSpawnPoints");
627+
public NetworkedVector<CHandle<SpawnPoint>> CTSpawnPoints => Schema.GetDeclaredClass<NetworkedVector<CHandle<SpawnPoint>>>(this.Handle, "CCSGameRules", "m_CTSpawnPoints");
628628

629629
// m_TerroristSpawnPoints
630630
[SchemaMember("CCSGameRules", "m_TerroristSpawnPoints")]
631-
public NetworkedVector<SpawnPoint?> TerroristSpawnPoints => Schema.GetDeclaredClass<NetworkedVector<SpawnPoint?>>(this.Handle, "CCSGameRules", "m_TerroristSpawnPoints");
631+
public NetworkedVector<CHandle<SpawnPoint>> TerroristSpawnPoints => Schema.GetDeclaredClass<NetworkedVector<CHandle<SpawnPoint>>>(this.Handle, "CCSGameRules", "m_TerroristSpawnPoints");
632632

633633
// m_bIsUnreservedGameServer
634634
[SchemaMember("CCSGameRules", "m_bIsUnreservedGameServer")]

managed/CounterStrikeSharp.API/Generated/Schema/Classes/CMolotovProjectile.g.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,4 @@ public CMolotovProjectile (IntPtr pointer) : base(pointer) {}
3030
[SchemaMember("CMolotovProjectile", "m_stillTimer")]
3131
public IntervalTimer StillTimer => Schema.GetDeclaredClass<IntervalTimer>(this.Handle, "CMolotovProjectile", "m_stillTimer");
3232

33-
// m_bHasBouncedOffPlayer
34-
[SchemaMember("CMolotovProjectile", "m_bHasBouncedOffPlayer")]
35-
public ref bool HasBouncedOffPlayer => ref Schema.GetRef<bool>(this.Handle, "CMolotovProjectile", "m_bHasBouncedOffPlayer");
36-
3733
}

0 commit comments

Comments
 (0)