Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nocapscripts/nc_bridge_vorp
Simple data bridge for VORP server
https://github.com/nocapscripts/nc_bridge_vorp
lua redm typescript vorp vorp-framework vorpcore
Last synced: 25 days ago
JSON representation
Simple data bridge for VORP server
- Host: GitHub
- URL: https://github.com/nocapscripts/nc_bridge_vorp
- Owner: nocapscripts
- Created: 2024-09-05T13:05:06.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T20:49:00.000Z (about 2 months ago)
- Last Synced: 2024-10-01T16:00:05.601Z (about 1 month ago)
- Topics: lua, redm, typescript, vorp, vorp-framework, vorpcore
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
## Server side usage
````
exports["redux_bridge"]:GetCharacter(source)
````## Values that returns
```
identifier
```
```
charidentifier
```
```
group
```
```
job
```
```
jobgrade
```
```
joblabel
```
```
money
```
```
gold
```
```
rol
```
```
xp
```
```
firstname
```
```
lastname
```
```
fullname
```
```
status
```
```
coords
```
```
isdead
```
```
skin
```
```
comps
```
```
comptints
```
```
age
```
```
gender
```
```
chardescription
```
```
nickname
```
```
invcapacity```