Sertica 18 Posted October 19, 2020 I want a parameter to be a type from https://community.bistudio.com/wiki/Data_Types. What format of type declaration goes where the question mark is: param[0,Objnull,[?]] Share this post Link to post Share on other sites
pierremgi 4850 Posted October 20, 2020 private _obj = param [0,objNull,[objNull]]; That is to check your first param (variable _obj) isEqualType objNull. Same here. Share this post Link to post Share on other sites
killzone_kid 1330 Posted October 20, 2020 9 hours ago, Sertica said: I want a parameter to be a type from https://community.bistudio.com/wiki/Data_Types. What format of type declaration goes where the question mark is: param[0,Objnull,[?]] check example 3 https://community.bistudio.com/wiki/typeName 1 Share this post Link to post Share on other sites