mirror of
https://github.com/fluffos/fluffos
synced 2026-08-12 18:26:06 -04:00
* Reorder sidebar: Driver > CLI > Reference (LPC Language, Apply, EFUN, Concepts) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix Docusaurus build: broken links, duplicate routes, and gh-pages CI - Strip .html from all markdown link targets (51 files) for Docusaurus URL routing - Add slug: frontmatter to 4 files whose names match their parent directory (interactive.md, objects.md, README.md, build.md) to prevent Docusaurus's category-index convention from creating duplicate routes - Fix one missed .html link in zh-CN/build/index.md - Move onBrokenMarkdownLinks to markdown.hooks (Docusaurus v4 deprecation) - Update gh-pages.yml: rename to Docusaurus, use node 22, correct build path (docs/build instead of docs/.vitepress/dist) Build now completes with [SUCCESS] and zero warnings or broken links. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
419 B
419 B
| title | slug |
|---|---|
| interactive / interactive | /efun/interactive/interactive |
interactive
NAME
interactive() - detects whether or not a given object is an interactive
SYNOPSIS
int interactive( object ob );
DESCRIPTION
Return non-zero if 'ob' is an interactive player. 0 will be returned if
he is link dead.
SEE ALSO
query_ip_number(3), query_ip_name(3), enable_commands(3)