From d587cdf6071a3607665231d3f07450a4554a2324 Mon Sep 17 00:00:00 2001 From: sethduda Date: Wed, 24 Aug 2016 17:10:15 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd12a08..d455fdf 100644 --- a/README.md +++ b/README.md @@ -83,11 +83,14 @@ class CfgRemoteExec { class Functions { - class ASL_Extend_Ropes { allowedTargets=0; }; - class ASL_Shorten_Ropes { allowedTargets=0; }; + ASL_Pickup_Ropes { allowedTargets=0; }; + ASL_Deploy_Ropes_Index { allowedTargets=0; }; + ASL_Rope_Set_Mass { allowedTargets=0; }; + class ASL_Extend_Ropes { allowedTargets=0; }; + class ASL_Shorten_Ropes { allowedTargets=0; }; class ASL_Release_Cargo { allowedTargets=0; }; - class ASL_Retract_Ropes { allowedTargets=0; }; - class ASL_Deploy_Ropes { allowedTargets=0; }; + class ASL_Retract_Ropes { allowedTargets=0; }; + class ASL_Deploy_Ropes { allowedTargets=0; }; class ASL_Attach_Ropes { allowedTargets=0; }; class ASL_Drop_Ropes { allowedTargets=0; }; class ASL_Hint { allowedTargets=1; };