فهرست منبع

Added missing filesdl functions for unreal

Daniel Gibbs 11 سال پیش
والد
کامیت
186045ca1c
1فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  1. 11 1
      functions/fn_functions

+ 11 - 1
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