mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
300 B
Plaintext
20 lines
300 B
Plaintext
/*
|
|
* Author: Glowbal
|
|
* N/A
|
|
*
|
|
* Arguments:
|
|
* ?
|
|
*
|
|
* Return Value:
|
|
* ?
|
|
*
|
|
* Public: No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
params ["_info", "_accepted"];
|
|
|
|
_info params ["_caller", "_target", "_requestID", "_requestMessage", "_callBack"];
|
|
|
|
[_caller, _target, _accepted] call compile _callBack;
|