Defines constructor options for TJSGameSettings.

interface Ctor {
    strictUserScoping?: boolean;
}
Index

Properties

strictUserScoping?: boolean

User scoped settings strictly verify onChange callbacks against current game user ID.

true.