native
ezhttp_is_request_exists
Syntax
native bool:ezhttp_is_request_exists(EzHttpRequest:request_id);
Description
Checks if a request exists.
Parameters
| request_id | Request identifier. |
|---|
Return
True if the request exists, false otherwise.
native
native bool:ezhttp_is_request_exists(EzHttpRequest:request_id);
Checks if a request exists.
| request_id | Request identifier. |
|---|
True if the request exists, false otherwise.