Constant Tools

Overview

There are a variety of use cases where a developer might need to store a reference to a constant to evaluate at a later point in time. With this plug-in, you can check if those referenced constants exist, and get their value in just a few milliseconds!

Key Features & Functionality

This plug-in provides two functions:

  • fn!doesconstantexist - Given a text string representing a constant name, returns a Boolean true or false depending on if that constant exists
  • fn!getconstantbyname - Given a text string representing a constant name, returns the Any Type value of that constant
Anonymous