From 94267f3fdfc2c4277293ee576e26f21e6ba433a0 Mon Sep 17 00:00:00 2001 From: vinci6k Date: Mon, 27 Apr 2020 05:38:56 +0200 Subject: [PATCH] Added CFuncRotating and CSpriteTrail data. --- .../source-python/entities/CFuncRotating.ini | 33 +++++++++++++++++++ .../source-python/entities/CSpriteTrail.ini | 16 +++++++++ 2 files changed, 49 insertions(+) create mode 100644 addons/source-python/data/source-python/entities/CFuncRotating.ini create mode 100644 addons/source-python/data/source-python/entities/CSpriteTrail.ini diff --git a/addons/source-python/data/source-python/entities/CFuncRotating.ini b/addons/source-python/data/source-python/entities/CFuncRotating.ini new file mode 100644 index 000000000..10c79ec24 --- /dev/null +++ b/addons/source-python/data/source-python/entities/CFuncRotating.ini @@ -0,0 +1,33 @@ +[input] + + reverse = Reverse + set_speed = SetSpeed + start = Start + start_backward = StartBackward + start_forward = StartForward + stop = Stop + stop_at_start_pos = StopAtStartPos + toggle = Toggle + + +[keyvalue] + + [[fan_friction]] + name = fanfriction + type = INTEGER + + dmg = dmg + message = message + solid_bsp = solidbsp + + +[property] + + ang_start = m_angStart + attenuation = m_flAttenuation + max_speed = m_flMaxSpeed + move_ang = m_vecMoveAng + reversed = m_bReversed + stop_at_start_pos = m_bStopAtStartPos + target_speed = m_flTargetSpeed + volume = m_flVolume diff --git a/addons/source-python/data/source-python/entities/CSpriteTrail.ini b/addons/source-python/data/source-python/entities/CSpriteTrail.ini new file mode 100644 index 000000000..bbefb4384 --- /dev/null +++ b/addons/source-python/data/source-python/entities/CSpriteTrail.ini @@ -0,0 +1,16 @@ +[keyvalue] + + animate = animate + end_width = endwidth + life_time = lifetime + sprite_name = spritename + start_width = startwidth + + +[property] + + min_fade_length = m_flMinFadeLength + skybox_origin = m_vecSkyboxOrigin + skybox_scale = m_flSkyboxScale + start_width_variance = m_flStartWidthVariance + texture_res = m_flTextureRes