From 16813894475c94762ee97ad878976a8ba27a881f Mon Sep 17 00:00:00 2001 From: vinci6k Date: Sun, 24 Jan 2021 00:17:42 +0100 Subject: [PATCH] Added CEnvProjectedTexture data. --- .../entities/CEnvProjectedTexture.ini | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini diff --git a/addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini b/addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini new file mode 100644 index 000000000..bbb333df7 --- /dev/null +++ b/addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini @@ -0,0 +1,40 @@ +[input] + + always_update_off = AlwaysUpdateOff + always_update_on = AlwaysUpdateOn + fov = FOV + spotlight_texture = SpotlightTexture + target = Target + turn_off = TurnOff + turn_on = TurnOn + + +[keyvalue] + + ambient = ambient + brightness_scale = brightnessscale + camera_space = cameraspace + color_transition_time = colortransitiontime + enable_shadows = enableshadows + far_z = farz + light_fov = lightfov + light_only_target = lightonlytarget + light_world = lightworld + near_z = nearz + projection_rotation = projection_rotation + projection_size = projection_size + shadow_quality = shadowquality + simple_projection = simpleprojection + texture_frame = textureframe + texture_name = texturename + + +[property] + + always_update = m_bAlwaysUpdate + state = m_bState + target_entity = m_hTargetEntity + + [[light_color]] + name = m_LightColor + type = Color