Function headers per Coding Guidelines for Interaction

This commit is contained in:
jonpas
2015-05-09 04:47:15 +02:00
parent 50d5e845ee
commit 2ff372e2a1
35 changed files with 490 additions and 197 deletions

View File

@ -1,4 +1,19 @@
// by commy2
/*
* Author: commy2
* Taps a shoulder
*
* Arguments:
* 0: Player <OBJECT>
* 1: Target <OBJECT>
*
* Return value:
* None
*
* Example:
* [player, target] call ace_interaction_fnc_tapShoulder
*
* Public: No
*/
#include "script_component.hpp"
EXPLODE_3_PVT(_this,_tapper,_target,_shoulderNum);