OnPlayerUseWorkBench - Actor

Member of: Actor Script

Event sent to the player when he uses a workbench

SyntaxEdit

Event OnPlayerUseWorkBench(ObjectReference akWorkBench)

ParametersEdit

  • akWorkBench: the workbench the player is using

ExamplesEdit

; Event is sent to the player
Event OnPlayerUseWorkBench(ObjectReference akWorkBench)
  Debug.Trace(akWorkBench+ "work bench used by the player.")
endEvent

See AlsoEdit