From 186045ca1cb61db8f7197ff5847381e0ba4b5f3f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 4 Jan 2015 16:33:48 +0000 Subject: [PATCH] Added missing filesdl functions for unreal --- functions/fn_functions | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/functions/fn_functions b/functions/fn_functions index 2a5442af0..f408503e3 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -2,7 +2,7 @@ # LGSM fn_functions function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 241214 +# Version: 040115 # Description: Defines all functions to allow download and execution of functions using fn_runfunction. # This function is called first before any other function. Without this file other functions would not load. @@ -208,6 +208,11 @@ functionfile="${FUNCNAME}" fn_runfunction } +fn_ut2k4filesdl(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + fn_ut2k4install(){ functionfile="${FUNCNAME}" fn_runfunction @@ -218,6 +223,11 @@ functionfile="${FUNCNAME}" fn_runfunction } +fn_ut99filesdl(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + fn_ut99install(){ functionfile="${FUNCNAME}" fn_runfunction