From ff56051a1ab97effae7d508a7838752b4bd0b7ba Mon Sep 17 00:00:00 2001 From: jodav Date: Mon, 12 Jan 2015 10:08:24 +0100 Subject: [PATCH] fn_ to fnc_ --- .../{fn_canMoveRallypoint.sqf => fnc_canMoveRallypoint.sqf} | 0 .../respawn/functions/{fn_getAllGear.sqf => fnc_getAllGear.sqf} | 0 .../functions/{fn_handleKilled.sqf => fnc_handleKilled.sqf} | 0 .../functions/{fn_handleRespawn.sqf => fnc_handleRespawn.sqf} | 0 .../functions/{fn_initRallypoint.sqf => fnc_initRallypoint.sqf} | 0 addons/respawn/functions/{fn_module.sqf => fnc_module.sqf} | 0 .../{fn_moduleFriendlyFire.sqf => fnc_moduleFriendlyFire.sqf} | 0 .../{fn_moduleRallypoint.sqf => fnc_moduleRallypoint.sqf} | 0 .../functions/{fn_moveRallypoint.sqf => fnc_moveRallypoint.sqf} | 0 .../respawn/functions/{fn_removeBody.sqf => fnc_removeBody.sqf} | 0 ...oveDisconnectedPlayer.sqf => fnc_removeDisconnectedPlayer.sqf} | 0 .../respawn/functions/{fn_restoreGear.sqf => fnc_restoreGear.sqf} | 0 ...howFriendlyFireMessage.sqf => fnc_showFriendlyFireMessage.sqf} | 0 .../{fn_teleportToRallypoint.sqf => fnc_teleportToRallypoint.sqf} | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename addons/respawn/functions/{fn_canMoveRallypoint.sqf => fnc_canMoveRallypoint.sqf} (100%) rename addons/respawn/functions/{fn_getAllGear.sqf => fnc_getAllGear.sqf} (100%) rename addons/respawn/functions/{fn_handleKilled.sqf => fnc_handleKilled.sqf} (100%) rename addons/respawn/functions/{fn_handleRespawn.sqf => fnc_handleRespawn.sqf} (100%) rename addons/respawn/functions/{fn_initRallypoint.sqf => fnc_initRallypoint.sqf} (100%) rename addons/respawn/functions/{fn_module.sqf => fnc_module.sqf} (100%) rename addons/respawn/functions/{fn_moduleFriendlyFire.sqf => fnc_moduleFriendlyFire.sqf} (100%) rename addons/respawn/functions/{fn_moduleRallypoint.sqf => fnc_moduleRallypoint.sqf} (100%) rename addons/respawn/functions/{fn_moveRallypoint.sqf => fnc_moveRallypoint.sqf} (100%) rename addons/respawn/functions/{fn_removeBody.sqf => fnc_removeBody.sqf} (100%) rename addons/respawn/functions/{fn_removeDisconnectedPlayer.sqf => fnc_removeDisconnectedPlayer.sqf} (100%) rename addons/respawn/functions/{fn_restoreGear.sqf => fnc_restoreGear.sqf} (100%) rename addons/respawn/functions/{fn_showFriendlyFireMessage.sqf => fnc_showFriendlyFireMessage.sqf} (100%) rename addons/respawn/functions/{fn_teleportToRallypoint.sqf => fnc_teleportToRallypoint.sqf} (100%) diff --git a/addons/respawn/functions/fn_canMoveRallypoint.sqf b/addons/respawn/functions/fnc_canMoveRallypoint.sqf similarity index 100% rename from addons/respawn/functions/fn_canMoveRallypoint.sqf rename to addons/respawn/functions/fnc_canMoveRallypoint.sqf diff --git a/addons/respawn/functions/fn_getAllGear.sqf b/addons/respawn/functions/fnc_getAllGear.sqf similarity index 100% rename from addons/respawn/functions/fn_getAllGear.sqf rename to addons/respawn/functions/fnc_getAllGear.sqf diff --git a/addons/respawn/functions/fn_handleKilled.sqf b/addons/respawn/functions/fnc_handleKilled.sqf similarity index 100% rename from addons/respawn/functions/fn_handleKilled.sqf rename to addons/respawn/functions/fnc_handleKilled.sqf diff --git a/addons/respawn/functions/fn_handleRespawn.sqf b/addons/respawn/functions/fnc_handleRespawn.sqf similarity index 100% rename from addons/respawn/functions/fn_handleRespawn.sqf rename to addons/respawn/functions/fnc_handleRespawn.sqf diff --git a/addons/respawn/functions/fn_initRallypoint.sqf b/addons/respawn/functions/fnc_initRallypoint.sqf similarity index 100% rename from addons/respawn/functions/fn_initRallypoint.sqf rename to addons/respawn/functions/fnc_initRallypoint.sqf diff --git a/addons/respawn/functions/fn_module.sqf b/addons/respawn/functions/fnc_module.sqf similarity index 100% rename from addons/respawn/functions/fn_module.sqf rename to addons/respawn/functions/fnc_module.sqf diff --git a/addons/respawn/functions/fn_moduleFriendlyFire.sqf b/addons/respawn/functions/fnc_moduleFriendlyFire.sqf similarity index 100% rename from addons/respawn/functions/fn_moduleFriendlyFire.sqf rename to addons/respawn/functions/fnc_moduleFriendlyFire.sqf diff --git a/addons/respawn/functions/fn_moduleRallypoint.sqf b/addons/respawn/functions/fnc_moduleRallypoint.sqf similarity index 100% rename from addons/respawn/functions/fn_moduleRallypoint.sqf rename to addons/respawn/functions/fnc_moduleRallypoint.sqf diff --git a/addons/respawn/functions/fn_moveRallypoint.sqf b/addons/respawn/functions/fnc_moveRallypoint.sqf similarity index 100% rename from addons/respawn/functions/fn_moveRallypoint.sqf rename to addons/respawn/functions/fnc_moveRallypoint.sqf diff --git a/addons/respawn/functions/fn_removeBody.sqf b/addons/respawn/functions/fnc_removeBody.sqf similarity index 100% rename from addons/respawn/functions/fn_removeBody.sqf rename to addons/respawn/functions/fnc_removeBody.sqf diff --git a/addons/respawn/functions/fn_removeDisconnectedPlayer.sqf b/addons/respawn/functions/fnc_removeDisconnectedPlayer.sqf similarity index 100% rename from addons/respawn/functions/fn_removeDisconnectedPlayer.sqf rename to addons/respawn/functions/fnc_removeDisconnectedPlayer.sqf diff --git a/addons/respawn/functions/fn_restoreGear.sqf b/addons/respawn/functions/fnc_restoreGear.sqf similarity index 100% rename from addons/respawn/functions/fn_restoreGear.sqf rename to addons/respawn/functions/fnc_restoreGear.sqf diff --git a/addons/respawn/functions/fn_showFriendlyFireMessage.sqf b/addons/respawn/functions/fnc_showFriendlyFireMessage.sqf similarity index 100% rename from addons/respawn/functions/fn_showFriendlyFireMessage.sqf rename to addons/respawn/functions/fnc_showFriendlyFireMessage.sqf diff --git a/addons/respawn/functions/fn_teleportToRallypoint.sqf b/addons/respawn/functions/fnc_teleportToRallypoint.sqf similarity index 100% rename from addons/respawn/functions/fn_teleportToRallypoint.sqf rename to addons/respawn/functions/fnc_teleportToRallypoint.sqf