Update README.md

This commit is contained in:
sethduda 2016-08-24 17:10:15 -04:00 committed by GitHub
parent 1283fac2be
commit d587cdf607

View File

@ -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; };