Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isInteractive
Method
isInteractive
source/game/StarNpc.cpp:893–895 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
891
}
892
893
bool Npc::isInteractive() const {
894
return m_isInteractive.get();
895
}
896
897
InteractAction Npc::interact(InteractRequest const& request) {
898
auto result = m_scriptComponent.invoke<Json>(
"interact"
,
Callers
5
interactiveEntityNear
Method · 0.45
render
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected