|
Arma Reforger Script API
|
Additional Inherited Members | |
Public Member Functions inherited from PersistenceConfigRule | |
| proto external int | GetNativeTypePriority () |
| proto external int | NativeCompare (const PersistenceConfigRule other) |
| proto external bool | IsNativeMatch (const IEntity entity) |
Protected Member Functions inherited from PersistenceConfigRule | |
| int | GetTypePriority () |
| Fixed rule priority. Used to e.g. prioritze prefab over entity class if nothing else was configured. Should be unique across all rule types. | |
| int | Compare (const PersistenceConfigRule other) |
| If the other rule has the same priority, then the details of the instance may be compared to break the tie. Expected return values: 1, 0, -1. | |
| bool | IsMatch (const IEntity entity) |