#cp.rx.go.Require.IsNot

Specifies that the Required value IsNot a specific value.


#API Overview

Constants - Useful values which cannot be changed

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Constants

Signaturecp.rx.go.Require.IsNot <cp.rx.go.Statement.Modifier>
TypeConstant
DescriptionA Statement.Modifier that sets a specific value all values from the requirement must not match.
NotesNone
Sourcesrc/extensions/cp/rx/go/Require.lua line 148

#Methods

Signaturecp.rx.go.Require.IsNot:OrThrow(...) -> Require.OrThrow
TypeMethod
DescriptionSpecifies what is thrown if the Require test fails.
Parameters
  • ... - The list of resolvable items to process.
Returns
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/rx/go/Require.lua line 187