PruneBuffVMs is intentionally a no-op. Buff VMs are keyed by buff spec ID and are not tied to any instance lifecycle.
(instanceIds ...int)
| 22 | // PruneBuffVMs is intentionally a no-op. Buff VMs are keyed by buff spec ID |
| 23 | // and are not tied to any instance lifecycle. |
| 24 | func PruneBuffVMs(instanceIds ...int) { |
| 25 | } |
| 26 | |
| 27 | // InvalidateBuffVM removes the cached VM for a buff spec so the next call |
| 28 | // reloads the script from disk. Call this after saving a buff script via the |