Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsRest Struct Reference

Public Attributes

uint16_t port
 Port of server (optional, default = 27750)
 
char * ipaddr
 Interface address (optional, default = 0.0.0.0)
 
void * impl
 

Detailed Description

Definition at line 53 of file rest.h.

Member Data Documentation

◆ impl

void* EcsRest::impl

Definition at line 56 of file rest.h.

◆ ipaddr

char* EcsRest::ipaddr

Interface address (optional, default = 0.0.0.0)

Definition at line 55 of file rest.h.

◆ port

uint16_t EcsRest::port

Port of server (optional, default = 27750)

Definition at line 54 of file rest.h.


The documentation for this struct was generated from the following file: