Clif_getport
Akkarinage edited this page Nov 5, 2016
·
1 revision
Pages 190
Getting Started
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
Configure your Server
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
Customization
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
Setup the Client
- Data folder
- Diff files
Misc Databases
Third-Party Software
Clone this wiki locally
title: Clif getport permalink: /Clif_getport/
Syntax
uint16 clif_getport(void);
==Parameters==
- N/A
==Description== Returns Map-Server's port. See Clif_setport for more info on how to change the port ==Example==
uint16 port;
port = clif_getport();