Skip to main content

ReplicationTypeUtils

Utility functions involving ReplicationType

Functions

isReplicationType

ReplicationTypeUtils.isReplicationType(replicationTypeany) → boolean

Returns true if the data is a replicationType

Show raw api
{
    "functions": [
        {
            "name": "isReplicationType",
            "desc": "Returns true if the data is a replicationType",
            "params": [
                {
                    "name": "replicationType",
                    "desc": "",
                    "lua_type": "any"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "boolean"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 17,
                "path": "src/loader/src/Replication/ReplicationTypeUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "ReplicationTypeUtils",
    "desc": "Utility functions involving [ReplicationType]",
    "source": {
        "line": 5,
        "path": "src/loader/src/Replication/ReplicationTypeUtils.lua"
    }
}