Lua:OutputEvent
From Fortress Forever Wiki
Jump to navigationJump to search
OutputEventTriggers any named entity in the map using Source's I/O system. UsageOutputEvent( entity, input, parameter, delay, x ) Input
OutputReturns: nothing Example--Requires a func_movelinear in the map, named "movelinear_1" OutputEvent( "movelinear_1", "SetPosition", "0.5" .75, 1 ) |