All public logs

Jump to navigation Jump to search

Combined display of all available logs of Savage Game Design Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:40, 4 May 2022 Slow talk contribs created page VN fnc playGesture (Created page with "{{Function |v= 1.00 |author=Dscha |a= |e= |g1= cmdOverlay |d= <pre>Play given animation and send the selected Icon (via CmdOverlay) to all Groupmembers within reach ("vn_c...")
  • 20:21, 4 May 2022 Slow talk contribs created page VN fnc showDebrief (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= debriefing |d= <pre>Shows the Campaign Endscreen.</pre> |s= [_name,_state,_task,_debrief,_note,_image,_background,_key] ca...")
  • 20:20, 4 May 2022 Slow talk contribs created page VN fnc menu credits (Created page with "{{Function |v= 1.00 |author=Ethan Johnson, Heyoxe |a= |e= |g1= end |d= <pre>Plays credits scene over menu display</pre> |s= [_control] call VN_fnc_menu_credits; |p1n...")
  • 20:19, 4 May 2022 Slow talk contribs created page VN fnc menu music (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= end |d= <pre>Handles main menu music.</pre> |s= [_playlist] call VN_fnc_menu_music; |p1n=_playlist |p1t=ARRAY |p1d=Ar...")
  • 20:17, 4 May 2022 Slow talk contribs created page VN fnc kbm eh control cancel onButtonClick (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Handles Cancel button click.</pre> |s= [_control] call VN_fnc_kbm_eh_control_cancel_onButtonClick;...")
  • 20:14, 4 May 2022 Slow talk contribs created page VN fnc kbm eh control default onButtonClick (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Handles Default button click.</pre> |s= [_control] call [[VN_fnc_kbm_eh_control_default_onButtonClick]...")
  • 20:12, 4 May 2022 Slow talk contribs created page VN fnc kbm eh control ok onButtonClick (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Handles OK button click.</pre> |s= [_control] call VN_fnc_kbm_eh_control_ok_onButtonClick; |p1n=_...")
  • 20:11, 4 May 2022 Slow talk contribs created page VN fnc kbm eh display onLoad (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Loads the display.</pre> |s= [_display] call VN_fnc_kbm_eh_display_onLoad; |p1n=_display |p1t=DIS...")
  • 20:09, 4 May 2022 Slow talk contribs created page VN fnc kbm keyName (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Formats the key name with the modifiers.</pre> |s= [_key,_shift,_ctrl,_alt] call [[VN_fnc_kbm_keyName]...")
  • 20:08, 4 May 2022 Slow talk contribs created page VN fnc kbm loadTable (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Populates the keybinding's menu table with the keybinds.</pre> |s= [_control] call VN_fnc_kbm_loadTa...")
  • 20:07, 4 May 2022 Slow talk contribs created page VN fnc kbm onButtonClick (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Handle a button click in the keybinding's menu.</pre> |s= [_control] call VN_fnc_kbm_onButtonClick...")
  • 20:06, 4 May 2022 Slow talk contribs created page VN fnc kbm onKey (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Handles the KeyDown / KeyUp event in the mission.</pre> |s= [_isUp,_params,_display,_dik,_shift,_ctrl,...")
  • 20:03, 4 May 2022 Slow talk contribs created page VN fnc kbm onLBDblClick (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= keybinding |d= <pre>Handles LNB double-clicking to edit behavior.</pre> |s= [_control, _index] call VN_fnc_kbm_onLBDblCl...")
  • 07:18, 28 April 2022 Slow talk contribs created page VN fnc URC10 onLoad (Created page with "{{Function |v= 1.00 |author=Terra |a= |e= |g1= radios |d= <pre>Handles URC10 load.</pre> |s= [] call VN_fnc_URC10_onLoad; |p1n=_display |p1t=DISPLAY |p1d=Display fro...")
  • 07:17, 28 April 2022 Slow talk contribs created page VN fnc M252 onLoad (Created page with "{{Function |v= 1.00 |author=Terra |a= |e= |g1= radios |d= <pre>Handles M252 load.</pre> |s= [] call VN_fnc_M252_onLoad; |p1n=_display |p1t=DISPLAY |p1d=The display p...")
  • 06:06, 28 April 2022 Slow talk contribs created page VN fnc TFAR isOldVersion (Created page with "{{Function |v= 1.00 |author=Heyoxe |a= |e= |g1= radios |d= <pre>Checks if user is using an old version of TFAR</pre> |s= [] call VN_fnc_TFAR_isOldVersion; |p1n= |p1t...")
  • 06:03, 28 April 2022 Slow talk contribs created page VN fnc burnit action (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_functions |d= <pre>Function called when user uses the "Burn Hut" action on a building</pre> |s= [] call VN_fnc...")
  • 06:02, 28 April 2022 Slow talk contribs created page VN fnc vn sniper tree init (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_functions |d= <pre>Function called when the sniper tree is initilized at mission start. Will only run once per tr...")
  • 05:55, 28 April 2022 Slow talk contribs created page VN fnc artillery plane (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Spawns a plane with predetermined settings from the artillery module GUI.</pre> |s= []...")
  • 22:08, 26 April 2022 Slow talk contribs created page VN fnc artillery score set (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= artillery_functions |d= <pre>Sets the score variable +/- the cost that is passed through to the function.</pre> |s= [_cost] call...")
  • 22:06, 26 April 2022 Slow talk contribs created page VN fnc artillery transport (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Server side script for transport call from a player.</pre> |s= [_params, _start_pos,...")
  • 22:05, 26 April 2022 Slow talk contribs created page VN fnc artillery resupply (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Server side script for resupply call from a player.</pre> |s= [_params, _start_pos, _e...")
  • 22:02, 26 April 2022 Slow talk contribs created page VN fnc artillery radio (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Function to determine if the player has access to the artillery menu request.</pre> |s...")
  • 21:59, 26 April 2022 Slow talk contribs created page VN fnc artillery server check (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Server side check for the artillery request, makes sure the request isn't in a safezone...")
  • 21:55, 26 April 2022 Slow talk contribs created page VN fnc artillery message (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Artillery message function which plays a message in side chat for the player.</pre> |...")
  • 21:38, 26 April 2022 Slow talk contribs created page VN fnc artillery init (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Init function for artillery module.</pre> |s= [] call VN_fnc_artillery_init; |x...")
  • 21:32, 26 April 2022 Slow talk contribs created page VN fnc artillery bombard (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Main bombard function</pre> |s= [_start_pos,_end_pos,_unit,_params] call VN_fnc_arti...")
  • 21:30, 26 April 2022 Slow talk contribs created page VN fnc tunnel aperture (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Sets the aperture of the users view camera which makes tunnels darker in the day without a...")
  • 21:29, 26 April 2022 Slow talk contribs created page VN fnc tunnel exit (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Exits the player from the tunnel, if the player entered then they will be placed on their...")
  • 21:27, 26 April 2022 Slow talk contribs created page VN fnc tunnel trigger (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= |s= [_position] call VN_fnc_tunnel_trigger; |p1n=_position |p1t=ARRAY |p1d=Position whic...")
  • 21:26, 26 April 2022 Slow talk contribs created page VN fnc tunnel spawn units (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Spawns units in a single group in the groupt of tunnels provided to the function.</pre>...")
  • 21:22, 26 April 2022 Slow talk contribs created page VN fnc tunnel init actions (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Client side actions function, includes action.</pre> |s= [_tunnel_trapdoor] call VN_fn...")
  • 21:21, 26 April 2022 Slow talk contribs created page VN fnc tunnel spawn trap (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= tunnel_functions |d= <pre>Spawns a trap and explodes it to kill the player and anyone around them.</pre> |s= [_obje...")
  • 21:17, 26 April 2022 Slow talk contribs created page VN fnc revive fix movement (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Fixes the movement issues that occur with the incap animation system.</pre> |s=...")
  • 21:10, 26 April 2022 Slow talk contribs created page VN fnc revive moving (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Check function for checking that unit is not being moved/moving another unit.</pr...")
  • 21:09, 26 April 2022 Slow talk contribs created page VN fnc revive incap (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Checks if unit is incapacitated.</pre> |s= [_unit] call VN_fnc_revive_incap;...")
  • 21:08, 26 April 2022 Slow talk contribs created page VN fnc revive detachunit local (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Client version of the detachunit function, uncons the player & fixes their an...")
  • 21:06, 26 April 2022 Slow talk contribs created page VN fnc revive detachunit (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Takes unit and detaches any attached objects which are incapicated players / ai.<...")
  • 21:04, 26 April 2022 Slow talk contribs created page VN fnc revive actions local (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Local action function for downed units and AI.</pre> |s= [_unit,_remove,_ai] ca...")
  • 21:02, 26 April 2022 Slow talk contribs created page VN fnc revive coreinit (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>The main advanced revive core loop.</pre> |s= [_unit] call VN_fnc_revive_corei...")
  • 20:59, 26 April 2022 Slow talk contribs created page VN fnc drm setup client (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Sets up audio objects for backpack radio on clients when they join the server...")
  • 20:58, 26 April 2022 Slow talk contribs created page VN fnc drm setup server (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Sets up the DRM channels on the server and sets all the audio clips that can...")
  • 20:57, 26 April 2022 Slow talk contribs created page VN fnc drm usereventhandlers (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Adds eventhandlers for all the needed things for DRM.</pre> |s= [] call VN...")
  • 20:56, 26 April 2022 Slow talk contribs created page VN fnc drm localuseractions (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Adds actions for the DRM system to the object.</pre> |s= [_object] call VN...")
  • 20:55, 26 April 2022 Slow talk contribs created page VN fnc drm useractions (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Adds actions for the DRM system which the player interacts with.</pre> |s= [...")
  • 20:54, 26 April 2022 Slow talk contribs created page VN fnc drm request audio (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= |s= [_object,_channel] call VN_fnc_drm_request_audio; |p1n=_object |p1t=OBJ...")
  • 20:53, 26 April 2022 Slow talk contribs created page VN fnc drm play clients (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Plays audio from an object for the client.</pre> |s= [_config, _time, _side]...")
  • 20:51, 26 April 2022 Slow talk contribs created page VN fnc drm delete audio (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= dynamic_radio_music_functions |d= <pre>Stops object or player from playing audio.</pre> |s= [_object] call VN_fnc...")
  • 20:48, 26 April 2022 Slow talk contribs created page VN fnc ambient audio loop (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= ambient_audio_functions |d= <pre>Creates and adds a loop to the internal BIS_fnc_loop which will check if any sounds...")
  • 20:47, 26 April 2022 Slow talk contribs created page VN fnc module jukebox disable (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= master_functions |d= <pre>Disables the jukebox actions for the player</pre> |s= [_logic, _units, _activated] call VN_fnc_modul...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)