ProtoFlux:Is Host Access Allowed

From Resonite Wiki
Revision as of 22:51, 19 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Is Host Access Alowed node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is Host Access Allowed
Host
*
Port
Scope
Network

The Is Host Access Allowed node takes in a host IP address, an accessable port of that address, and the scope of what type of connection this is. When everything is accurate, this node will return if the user has the host access to a servce. This relates to the settings in the Dash that a user can look through to see what services they have access to.

This node is useful for allowing you to interchange the host and port separatly, but if you want to just have the Uri version for convience, use Is Host Access Allowed Url instead.

Inputs

Host (string)

The IP address to connect to.

Port (int)

The port number used to access this IP address.

Scope (HostAccessScope)

The access type used for this network connection.

Outputs

* (bool)

The result if this local user has access to the service connected using the exact IP adress (Host), Port number, and correct connection type.