ACE3/addons/interact_menu/functions/fnc_setToRender.sqf

7 lines
211 B
Plaintext
Raw Normal View History

2015-01-18 18:38:27 +00:00
//fnc_setToRender.sqf
#include "script_component.hpp"
2015-01-28 20:03:30 +00:00
// No idea what this function was for, it was autogenerated out of my WIP file...
2015-01-18 18:38:27 +00:00
private ["_options"];
_object = _this select 0;
_options = _this select 1;