File tree 3 files changed +46
-0
lines changed
addons/source-python/data/source-python/entities 3 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1
1
[input]
2
2
3
3
fire_win_condition = FireWinCondition
4
+
5
+
6
+ [keyvalue]
7
+
8
+ bot_max_vision_distance = botmaxvisiondistance
9
+ disable_auto_generated_dm_spawns = disableautogenerateddmspawns
10
+ hostage_count = hostagecount
11
+ pet_population = petpopulation
12
+ use_normal_spawns_for_dm = usenormalspawnsfordm
Original file line number Diff line number Diff line change
1
+ [input]
2
+
3
+ set_timer = SetTimer
4
+
5
+
6
+ [property]
7
+
8
+ glow_trail = m_pGlowTrail
9
+ main_glow = m_pMainGlow
Original file line number Diff line number Diff line change
1
+ [input]
2
+
3
+ explode = Explode
4
+ fade_and_respawn = FadeAndRespawn
5
+ socketed = Socketed
6
+
7
+
8
+ [property]
9
+
10
+ bounce_die = m_bBounceDie
11
+ capture_in_progress = m_bCaptureInProgress
12
+ emit = m_bEmit
13
+ fired_grabbed_output = m_bFiredGrabbedOutput
14
+ forward = m_bForward
15
+ held = m_bHeld
16
+ launched = m_bLaunched
17
+ struck_entity = m_bStruckEntity
18
+ weapon_launched = m_bWeaponLaunched
19
+ last_bounce_time = m_flLastBounceTime
20
+ last_capture_time = m_flLastCaptureTime
21
+ next_damage_time = m_flNextDamageTime
22
+ radius = m_flRadius
23
+ speed = m_flSpeed
24
+ spawner = m_hSpawner
25
+ bounce_count = m_nBounceCount
26
+ max_bounces = m_nMaxBounces
27
+ state = m_nState
28
+ glow_trail = m_pGlowTrail
You can’t perform that action at this time.
0 commit comments