MindExecutionPolicy

public void MindExecutionPolicy(long maxCallbackNanos, long maxEntityNanosPerTick, long maxServerNanosPerTick, int maxCallbacksPerEntityTick, long maxLuaInstructionsPerCallback, int maxActionRequestsPerEntityTick)

Source-compatible constructor for the original combined scheduling/Lua policy.


public void MindExecutionPolicy(long maxCallbackNanos, long maxEntityNanosPerTick, long maxServerNanosPerTick, int maxCallbacksPerEntityTick, long maxLuaInstructionsPerCallback)

Source-compatible constructor using the default semantic action-request cap.


public void MindExecutionPolicy(long maxCallbackNanos, long maxEntityNanosPerTick, long maxServerNanosPerTick, int maxCallbacksPerEntityTick, int maxActionRequestsPerEntityTick, MindRunawayPolicy runawayPolicy)