MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_CreateForceFromProject

Function ddio_CreateForceFromProject

ddio/lnxforcefeedback.cpp:297–297  ·  view source on GitHub ↗

Given a handle to a resource, and the name of the effect to load it will load that effect. Returns the effect ID, or -1 if it couldn't be created

Source from the content-addressed store, hash-verified

295// it will load that effect. Returns the effect ID, or -1 if it couldn't
296// be created
297int ddio_CreateForceFromProject(FORCEPROJECT project, const char *forcename) { return -1; }

Callers 1

ForceEffectsInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected