Fixed headers

This commit is contained in:
Glowbal 2015-02-21 21:25:37 +01:00
parent ead5f2ee79
commit 308e165cb6
2 changed files with 3 additions and 6 deletions

View File

@ -15,7 +15,6 @@
* Public: Yes * Public: Yes
*/ */
#include "script_component.hpp" #include "script_component.hpp"
private ["_caller", "_target", "_selectionName", "_className", "_items", "_removeItem", "_attributes"]; private ["_caller", "_target", "_selectionName", "_className", "_items", "_removeItem", "_attributes"];

View File

@ -1,16 +1,14 @@
/* /*
* Author: Glowbal * Author: Glowbal
* IV Treatment callback * IV Treatment local callback
* *
* Arguments: * Arguments:
* 0: The medic <OBJECT> * 0: The medic <OBJECT>
* 1: The patient <OBJECT> * 1: Item used classname <STRING>
* 2: SelectionName <STRING>
* 3: Treatment classname <STRING>
* *
* *
* Return Value: * Return Value:
* Succesful treatment started <BOOL> * nil
* *
* Public: Yes * Public: Yes
*/ */