Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fgd/bases/BaseClusteredDynLight.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
2: "Static Bounce"
3: "Fully Dynamic"
]

texturename(string) : "Cookie Texture Name" : "" : "The cookie texture to use for the light. An empty value means no cookie texture."
textureframe(integer) : "Cookie Texture Frame" : 0 : "The frame of the cookie texture to use for the light."

input SetCookieTexture(string) : "Set the cookie texture of this light. An empty value means no cookie texture."
input SetCookieTextureFrame(integer) : "Set the frame texture of the cookie texture for this light."
]