File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed
addons/source-python/data/source-python/entities Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ [input]
2+
3+ reverse = Reverse
4+ set_speed = SetSpeed
5+ start = Start
6+ start_backward = StartBackward
7+ start_forward = StartForward
8+ stop = Stop
9+ stop_at_start_pos = StopAtStartPos
10+ toggle = Toggle
11+
12+
13+ [keyvalue]
14+
15+ [[fan_friction]]
16+ name = fanfriction
17+ type = INTEGER
18+
19+ dmg = dmg
20+ message = message
21+ solid_bsp = solidbsp
22+
23+
24+ [property]
25+
26+ ang_start = m_angStart
27+ attenuation = m_flAttenuation
28+ max_speed = m_flMaxSpeed
29+ move_ang = m_vecMoveAng
30+ reversed = m_bReversed
31+ stop_at_start_pos = m_bStopAtStartPos
32+ target_speed = m_flTargetSpeed
33+ volume = m_flVolume
Original file line number Diff line number Diff line change 1+ [keyvalue]
2+
3+ animate = animate
4+ end_width = endwidth
5+ life_time = lifetime
6+ sprite_name = spritename
7+ start_width = startwidth
8+
9+
10+ [property]
11+
12+ min_fade_length = m_flMinFadeLength
13+ skybox_origin = m_vecSkyboxOrigin
14+ skybox_scale = m_flSkyboxScale
15+ start_width_variance = m_flStartWidthVariance
16+ texture_res = m_flTextureRes
You can’t perform that action at this time.
0 commit comments