LPC 语言
- What is LPC?
对象
- What is an object?
面向对象编程
OOP stands for "Object-Oriented Programming".
预处理器
LPC Preprocessor Manual
全局包含文件
One of the possible options in the config file is a 'global include file'.
FluffOS 驱动
The FluffOS driver is the program (written in C++) which provides the low-level
模拟 Efun
There is a mechanism to allow the mudlib to simulate efunctions (simulated
message() 系统
the message() efun
Reference Loops
LPC's compound values — arrays, mappings, classes, buffers, and function
热重载
FluffOS can tell the mudlib, at compile time, exactly which files every
套接字 Efun
LPC sockets let an object open network connections directly from LPC, using the
TLS
FluffOS provides TLS (Transport Layer Security) support for secure network
WebSocket
FluffOS supports WebSocket connections, letting modern web browsers connect
跟踪
FluffOS includes a comprehensive tracing system for profiling LPC code execution and analyzing performance bottlenecks. The tracing system generates detailed timeline data compatible with Chrome DevTools and Firefox Developer Tools.