17 lines
220 B
Plaintext
17 lines
220 B
Plaintext
/*
|
|
Author: Djeeberjr
|
|
|
|
Description:
|
|
Initialize stuff AFTER object initialization.
|
|
|
|
*/
|
|
|
|
DLib_isInit = true;
|
|
|
|
|
|
if(not isNil "DLib_post_calls") then{
|
|
{
|
|
(_x select 0) call (_x select 1);
|
|
}forEach DLib_post_calls;
|
|
};
|