Browse Source

Added missing filesdl functions for unreal

pull/261/head
Daniel Gibbs 10 years ago
parent
commit
186045ca1c
  1. 12
      functions/fn_functions

12
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

Loading…
Cancel
Save