> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# getsignalwhitelist

> Returns a new array table with the six static whitelist entries defined by the function: OnClientEvent/RemoteEvent, OnServerEvent/RemoteEvent, OnClientInvoke/RemoteFunction, OnServerInvoke/RemoteFunction, OnClientEventUnreliable/UnreliableRemoteEvent, and OnServerEventUnreliable/UnreliableRemoteEvent. Each entry is a table with Event and Parent string fields. The function takes no arguments and does not inspect the current game state.

<div className="real-function-page">
  ```lua theme={null}
  getsignalwhitelist(): table
  ```

  ## Returns

  <ResponseField name={"signals"} type={"table"}>
    Array table of static whitelist entries. Each entry has Event and Parent string fields.
  </ResponseField>
</div>
