ReplicationTypeUtils
Utility functions involving ReplicationType
Functions
isReplicationType
ReplicationTypeUtils.
isReplicationType
(
replicationType:
any
) →
boolean
Returns true if the data is a replicationType
Utility functions involving ReplicationType
isReplicationType
ReplicationTypeUtils.
isReplicationType
(
replicationType:
any
) →
boolean
Returns 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": 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" } }