Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getMoveToken
Method
getMoveToken
code/src/java/pcgen/io/exporttoken/EqToken.java:870–873 ·
view source on GitHub ↗
Get Move Token @param eq @return Move Token
(Equipment eq)
Source
from the content-addressed store, hash-verified
868
* @
return
Move Token
869
*/
870
public
static
String getMoveToken(Equipment eq)
871
{
872
return
eq.moveString();
873
}
874
875
/**
876
* Get Name Token
Callers
1
getEqToken
Method · 0.95
Calls
1
moveString
Method · 0.80
Tested by
no test coverage detected