ReplicationTypeUtils
Utility functions involving ReplicationType
Functions
isReplicationType
ReplicationTypeUtils.isReplicationType(replicationType: any) → booleanReturns true if the data is a replicationType
Utility functions involving ReplicationType
isReplicationTypeReplicationTypeUtils.isReplicationType(replicationType: any) → booleanReturns true if the data is a replicationType
{
    "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": 15,
                "path": "src/loader/src2/Replication/ReplicationTypeUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "ReplicationTypeUtils",
    "desc": "Utility functions involving [ReplicationType]",
    "source": {
        "line": 5,
        "path": "src/loader/src2/Replication/ReplicationTypeUtils.lua"
    }
}