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": 18,
"path": "src/loader/src/Replication/ReplicationTypeUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "ReplicationTypeUtils",
"desc": "Utility functions involving [ReplicationType]",
"source": {
"line": 6,
"path": "src/loader/src/Replication/ReplicationTypeUtils.lua"
}
}