#include
Angle-bracket includes are IntelliSense (and require for libs). Quoted sibling stem is inlined.
Syntax
Section titled “Syntax”#include <clpp/roblox.clh>#include "LeaderstatsServer.clh"Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
path | string | Header path. |
Return value
Section titled “Return value”None.
Luau emit
Section titled “Luau emit”require(…) for libs / non-stem quotes; stem quote is inlined
Description
Section titled “Description”Quoted, same stem as the .clpp: the header is inlined.
Quoted, any other name: require.
Angle <clpp/libs/janitor.clh>: IntelliSense and require Janitor. <clpp/roblox.clh> is IntelliSense only (engine globals).
See headers.
Example
Section titled “Example”#include <clpp/roblox.clh>#include <clpp/libs/janitor.clh>Emits:
local Janitor = require(...)