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
1 change: 1 addition & 0 deletions fgd/point/prop/prop_weighted_cube.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
input SetReflectModifyColor(color255) : "Changes the laser modifier colour of the cube."
input SetReflectFilterColor(color255) : "Changes the laser filter colour of the cube."
input EmitLaser(boolean) : "Makes this cube emit or stop emitting its own laser."
input LockEmitState(boolean) : "Locks the current laser state of the cube. Can still be changed with EmitLaser."

// Outputs
output OnFizzled(void) : "Fired when a cube is fizzled."
Expand Down
Loading