ScarDoc

Start typing to search the SCAR reference.

Function
Core

Core_UnregisterModule

Removes a script module from the delegate invocation system.

On this page
Core_UnregisterModule(name)

Description

This is usually used for a module to remove itself if it decided it isn't needed (i.e. a game mode that isn't relevant given the map). Please don't have modules removing each other!

Parameters

  • nameStringrequired

Returns

Unknown

Source

Declared in the game's script sources at:

scar/core.scar