====== EVENT ====== **Category**: Asset Parent class: [[:api:asset|ASSET]]\\ Inherited by [[:api:military_campaign|MILITARY_CAMPAIGN]] //[[:annotations#cloneable|Cloneable]]// [[:assets:event| List of EVENT assets]] ===== Properties ===== ---- ==== Title ==== //[[:annotations#serialized|Serialized]], [[:annotations#savegame|Savegame]]// * **Type**: ''[[:data-types#string|string]]'' * **Expected**: ''string value'' ---- ==== Description ==== //[[:annotations#serialized|Serialized]], [[:annotations#savegame|Savegame]]// * **Type**: ''[[:data-types#string|string]]'' * **Expected**: ''string value'' ---- ==== DaysToFirst ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:data-types#integer_and_unsigned_integer|integer_and_unsigned_integer]]'' * **Expected**: ''integer value'' * **Default value**: ''5'' ---- ==== DaysBetweenOccurences ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:data-types#integer_and_unsigned_integer|integer_and_unsigned_integer]]'' * **Expected**: ''integer value'' * **Default value**: ''40'' ---- ==== Delay ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:data-types#float|float]]'' * **Expected**: ''float value'' * **Default value**: ''0.0f'' ---- ==== IsRecurrent ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:data-types#boolean|boolean]]'' * **Expected**: ''boolean value'' * **Default value**: ''false'' ---- ==== IgnoreConditionOnRecurrence ==== //[[:annotations#serialized|Serialized]]// With this setting activated, further recurrence of the event will ignore conditions. * **Type**: ''[[:data-types#boolean|boolean]]'' * **Expected**: ''boolean value'' * **Default value**: ''true'' ---- ==== IsInMainPool ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:data-types#boolean|boolean]]'' * **Expected**: ''boolean value'' * **Default value**: ''false'' ---- ==== ConditionList ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:data-types#list|list]]<[[:api:game_condition|GAME_CONDITION]]>'' * **Expected**: ''list of GAME_CONDITION values'' ---- ==== ActionList ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:data-types#list|list]]<[[:api:game_action|GAME_ACTION]]>'' * **Expected**: ''list of GAME_ACTION values''