Click or drag to resize
MyDefinitionBasePostprocess Method

[This is preliminary documentation and is subject to change.]

Override this in case you want to do some postprocessing of the definition before the game starts. TODO: Obsolete me

Postprocess is useful if you want to process the definition before the game begins,

but you only want to do it when all the definitions are loaded and merged.

Namespace: VRage.Game
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public virtual void Postprocess()
See Also