@@ -2081,8 +2081,8 @@ class GCBaseModelEntity
20812081 void SetDecalHealBloodRate(float value);
20822082 float GetDecalHealHeightRate() const;
20832083 void SetDecalHealHeightRate(float value);
2084- std::vector<CHandle< GCBaseModelEntity>> GetConfigEntitiesToPropagateMaterialDecalsTo() const ;
2085- void SetConfigEntitiesToPropagateMaterialDecalsTo(std::vector<CHandle< GCBaseModelEntity> > value);
2084+ std::vector<GCBaseModelEntity> GetConfigEntitiesToPropagateMaterialDecalsTo();
2085+ void SetConfigEntitiesToPropagateMaterialDecalsTo(std::vector<GCBaseModelEntity> value);
20862086 GCNetworkViewOffsetVector GetViewOffset() const;
20872087 void SetViewOffset(GCNetworkViewOffsetVector value);
20882088 GCBaseEntity GetParent() const;
@@ -3808,8 +3808,8 @@ class GCCSPlayer_ViewModelServices
38083808 GCCSPlayer_ViewModelServices(std::string ptr);
38093809 GCCSPlayer_ViewModelServices(void *ptr);
38103810
3811- std::vector<CHandle< GCBaseViewModel> > GetViewModel() const;
3812- void SetViewModel(std::vector<CHandle< GCBaseViewModel> > value);
3811+ std::vector<GCBaseViewModel> GetViewModel() const;
3812+ void SetViewModel(std::vector<GCBaseViewModel> value);
38133813 GCPlayer_ViewModelServices GetParent() const;
38143814 void SetParent(GCPlayer_ViewModelServices value);
38153815
@@ -4471,8 +4471,8 @@ class GCBarnLight
44714471 void SetQueuedLightStyleStrings(std::vector<CUtlString> value);
44724472 std::vector<CUtlString> GetLightStyleEvents() const;
44734473 void SetLightStyleEvents(std::vector<CUtlString> value);
4474- std::vector<CHandle< GCBaseModelEntity>> GetLightStyleTargets() const ;
4475- void SetLightStyleTargets(std::vector<CHandle< GCBaseModelEntity> > value);
4474+ std::vector<GCBaseModelEntity> GetLightStyleTargets();
4475+ void SetLightStyleTargets(std::vector<GCBaseModelEntity> value);
44764476 std::vector<GCEntityIOOutput> GetStyleEvent() const;
44774477 void SetStyleEvent(std::vector<GCEntityIOOutput> value);
44784478 float GetShape() const;
@@ -4800,8 +4800,8 @@ class GCBaseCombatCharacter
48004800
48014801 bool GetForceServerRagdoll() const;
48024802 void SetForceServerRagdoll(bool value);
4803- std::vector<CHandle< GCEconWearable>> GetMyWearables() const ;
4804- void SetMyWearables(std::vector<CHandle< GCEconWearable> > value);
4803+ std::vector<GCEconWearable> GetMyWearables();
4804+ void SetMyWearables(std::vector<GCEconWearable> value);
48054805 float GetFieldOfView() const;
48064806 void SetFieldOfView(float value);
48074807 float GetImpactEnergyScale() const;
@@ -4835,8 +4835,8 @@ class GCMultiSource
48354835 GCMultiSource(std::string ptr);
48364836 GCMultiSource(void *ptr);
48374837
4838- std::vector<CHandle< GCBaseEntity> > GetRgEntities() const;
4839- void SetRgEntities(std::vector<CHandle< GCBaseEntity> > value);
4838+ std::vector<GCBaseEntity> GetRgEntities() const;
4839+ void SetRgEntities(std::vector<GCBaseEntity> value);
48404840 std::vector<int32_t> GetRgTriggered() const;
48414841 void SetRgTriggered(std::vector<int32_t> value);
48424842 GCEntityIOOutput GetOnTrigger() const;
@@ -4974,8 +4974,8 @@ class GCFilterMultiple
49744974 void SetFilterType(uint64_t value);
49754975 std::vector<CUtlSymbolLarge> GetFilterName() const;
49764976 void SetFilterName(std::vector<CUtlSymbolLarge> value);
4977- std::vector<CHandle< GCBaseEntity> > GetFilter() const;
4978- void SetFilter(std::vector<CHandle< GCBaseEntity> > value);
4977+ std::vector<GCBaseEntity> GetFilter() const;
4978+ void SetFilter(std::vector<GCBaseEntity> value);
49794979 int32_t GetFilterCount() const;
49804980 void SetFilterCount(int32_t value);
49814981 GCBaseFilter GetParent() const;
@@ -5585,8 +5585,8 @@ class GCPlayer_CameraServices
55855585 void SetTonemapController(GCTonemapController2 value);
55865586 Gaudioparams_t GetAudio() const;
55875587 void SetAudio(Gaudioparams_t value);
5588- std::vector<CHandle< GCPostProcessingVolume>> GetPostProcessingVolumes() const ;
5589- void SetPostProcessingVolumes(std::vector<CHandle< GCPostProcessingVolume> > value);
5588+ std::vector<GCPostProcessingVolume> GetPostProcessingVolumes();
5589+ void SetPostProcessingVolumes(std::vector<GCPostProcessingVolume> value);
55905590 float GetOldPlayerZ() const;
55915591 void SetOldPlayerZ(float value);
55925592 float GetOldPlayerViewOffsetZ() const;
@@ -7572,8 +7572,8 @@ class GCSceneEntity
75727572 void SetBreakOnNonIdle(bool value);
75737573 bool GetSceneFinished() const;
75747574 void SetSceneFinished(bool value);
7575- std::vector<CHandle< GCBaseFlex>> GetActorList() const ;
7576- void SetActorList(std::vector<CHandle< GCBaseFlex> > value);
7575+ std::vector<GCBaseFlex> GetActorList();
7576+ void SetActorList(std::vector<GCBaseFlex> value);
75777577 int32_t GetSceneFlushCounter() const;
75787578 void SetSceneFlushCounter(int32_t value);
75797579 uint16_t GetSceneStringIndex() const;
@@ -7672,8 +7672,8 @@ class GCParticleSystem
76727672 void SetServerControlPoints(std::vector<Vector> value);
76737673 std::vector<uint32_t> GetServerControlPointAssignments() const;
76747674 void SetServerControlPointAssignments(std::vector<uint32_t> value);
7675- std::vector<CHandle< GCBaseEntity> > GetControlPointEnts() const;
7676- void SetControlPointEnts(std::vector<CHandle< GCBaseEntity> > value);
7675+ std::vector<GCBaseEntity> GetControlPointEnts() const;
7676+ void SetControlPointEnts(std::vector<GCBaseEntity> value);
76777677 bool GetNoSave() const;
76787678 void SetNoSave(bool value);
76797679 bool GetNoFreeze() const;
@@ -8704,8 +8704,8 @@ class GCSceneListManager
87048704
87058705 std::vector<CUtlSymbolLarge> GetScenes() const;
87068706 void SetScenes(std::vector<CUtlSymbolLarge> value);
8707- std::vector<CHandle< GCBaseEntity> > GetScenes1() const;
8708- void SetScenes1(std::vector<CHandle< GCBaseEntity> > value);
8707+ std::vector<GCBaseEntity> GetScenes1() const;
8708+ void SetScenes1(std::vector<GCBaseEntity> value);
87098709 GCLogicalEntity GetParent() const;
87108710 void SetParent(GCLogicalEntity value);
87118711
@@ -9430,8 +9430,8 @@ class GCPointValueRemapper
94309430 void SetOutputEntity3Name(std::string value);
94319431 std::string GetOutputEntity4Name() const;
94329432 void SetOutputEntity4Name(std::string value);
9433- std::vector<CHandle< GCBaseEntity>> GetOutputEntities() const ;
9434- void SetOutputEntities(std::vector<CHandle< GCBaseEntity> > value);
9433+ std::vector<GCBaseEntity> GetOutputEntities();
9434+ void SetOutputEntities(std::vector<GCBaseEntity> value);
94359435 uint64_t GetHapticsType() const;
94369436 void SetHapticsType(uint64_t value);
94379437 uint64_t GetMomentumType() const;
@@ -11868,8 +11868,8 @@ class GCBeam
1186811868 void SetBeamType(uint64_t value);
1186911869 uint32_t GetBeamFlags() const;
1187011870 void SetBeamFlags(uint32_t value);
11871- std::vector<CHandle< GCBaseEntity> > GetAttachEntity() const;
11872- void SetAttachEntity(std::vector<CHandle< GCBaseEntity> > value);
11871+ std::vector<GCBaseEntity> GetAttachEntity() const;
11872+ void SetAttachEntity(std::vector<GCBaseEntity> value);
1187311873 float GetWidth() const;
1187411874 void SetWidth(float value);
1187511875 float GetEndWidth() const;
@@ -13311,8 +13311,8 @@ class GCPlayer_WeaponServices
1331113311 GCPlayer_WeaponServices(std::string ptr);
1331213312 GCPlayer_WeaponServices(void *ptr);
1331313313
13314- std::vector<CHandle< GCBasePlayerWeapon>> GetMyWeapons() const ;
13315- void SetMyWeapons(std::vector<CHandle< GCBasePlayerWeapon> > value);
13314+ std::vector<GCBasePlayerWeapon> GetMyWeapons();
13315+ void SetMyWeapons(std::vector<GCBasePlayerWeapon> value);
1331613316 GCBasePlayerWeapon GetActiveWeapon() const;
1331713317 void SetActiveWeapon(GCBasePlayerWeapon value);
1331813318 GCBasePlayerWeapon GetLastWeapon() const;
@@ -13359,10 +13359,10 @@ class GCTeam
1335913359 GCTeam(std::string ptr);
1336013360 GCTeam(void *ptr);
1336113361
13362- std::vector<CHandle< GCBasePlayerController>> GetPlayerControllers() const ;
13363- void SetPlayerControllers(std::vector<CHandle< GCBasePlayerController> > value);
13364- std::vector<CHandle< GCBasePlayerPawn>> GetPlayers() const ;
13365- void SetPlayers(std::vector<CHandle< GCBasePlayerPawn> > value);
13362+ std::vector<GCBasePlayerController> GetPlayerControllers();
13363+ void SetPlayerControllers(std::vector<GCBasePlayerController> value);
13364+ std::vector<GCBasePlayerPawn> GetPlayers();
13365+ void SetPlayers(std::vector<GCBasePlayerPawn> value);
1336613366 int32_t GetScore() const;
1336713367 void SetScore(int32_t value);
1336813368 std::string GetTeamname() const;
@@ -14835,8 +14835,8 @@ class GCPointTemplate
1483514835 void SetOwnerSpawnGroupType(uint64_t value);
1483614836 std::vector<uint32> GetCreatedSpawnGroupHandles() const;
1483714837 void SetCreatedSpawnGroupHandles(std::vector<uint32> value);
14838- std::vector<CHandle< GCEntityInstance>> GetSpawnedEntityHandles() const ;
14839- void SetSpawnedEntityHandles(std::vector<CHandle< GCEntityInstance> > value);
14838+ std::vector<GCEntityInstance> GetSpawnedEntityHandles();
14839+ void SetSpawnedEntityHandles(std::vector<GCEntityInstance> value);
1484014840 GCLogicalEntity GetParent() const;
1484114841 void SetParent(GCLogicalEntity value);
1484214842
@@ -17090,8 +17090,8 @@ class GCInfoOffscreenPanoramaTexture
1709017090 void SetLayoutFileName(std::string value);
1709117091 std::string GetRenderAttrName() const;
1709217092 void SetRenderAttrName(std::string value);
17093- std::vector<CHandle< GCBaseModelEntity>> GetTargetEntities() const ;
17094- void SetTargetEntities(std::vector<CHandle< GCBaseModelEntity> > value);
17093+ std::vector<GCBaseModelEntity> GetTargetEntities();
17094+ void SetTargetEntities(std::vector<GCBaseModelEntity> value);
1709517095 int32_t GetTargetChangeCount() const;
1709617096 void SetTargetChangeCount(int32_t value);
1709717097 std::vector<CUtlSymbolLarge> GetCSSClasses() const;
@@ -19033,8 +19033,8 @@ class GCFuncConveyor
1903319033 void SetTransitionDurationTicks(int32_t value);
1903419034 float GetTransitionStartSpeed() const;
1903519035 void SetTransitionStartSpeed(float value);
19036- std::vector<CHandle< GCBaseEntity>> GetConveyorModels1() const ;
19037- void SetConveyorModels1(std::vector<CHandle< GCBaseEntity> > value);
19036+ std::vector<GCBaseEntity> GetConveyorModels1();
19037+ void SetConveyorModels1(std::vector<GCBaseEntity> value);
1903819038 GCBaseModelEntity GetParent() const;
1903919039 void SetParent(GCBaseModelEntity value);
1904019040
@@ -23220,8 +23220,8 @@ class GActiveModelConfig_t
2322023220 void SetHandle(GModelConfigHandle_t value);
2322123221 std::string GetName() const;
2322223222 void SetName(std::string value);
23223- std::vector<CHandle< GCBaseModelEntity>> GetAssociatedEntities() const ;
23224- void SetAssociatedEntities(std::vector<CHandle< GCBaseModelEntity> > value);
23223+ std::vector<GCBaseModelEntity> GetAssociatedEntities();
23224+ void SetAssociatedEntities(std::vector<GCBaseModelEntity> value);
2322523225 std::vector<CUtlSymbolLarge> GetAssociatedEntityNames() const;
2322623226 void SetAssociatedEntityNames(std::vector<CUtlSymbolLarge> value);
2322723227
0 commit comments