mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
23 lines
371 B
Plaintext
23 lines
371 B
Plaintext
/*
|
|
* Author: PabstMirror
|
|
* TODO
|
|
*
|
|
* Arguments:
|
|
* 0: caller (player) <OBJECT>
|
|
* 1: target <OBJECT>
|
|
* 1: type of disarm <STRING>
|
|
*
|
|
* Return Value:
|
|
* The return value <BOOL>
|
|
*
|
|
* Example:
|
|
*
|
|
*
|
|
* Public: No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
|
|
PARAMS_3(_caller,_target,_errorMsg);
|
|
|
|
systemChat format ["Debug-Caller: Disarm finished with code [%1]", _errorMsg]; |