OnCCTVDirectionChangeUsage​Called when a player attempts to change the direction of a CCTV camera to face themReturn a non-null value to override default behaviorExamples​""object OnCCTVDirectionChange(CCTV_RC camera, BasePlayer player){ Puts("OnCCTVDirectionChange works!"); return null;}Copy