Jump to content

AnimState


Recommended Posts

function GLOBAL.GetBnB(inst)
	local str = inst.GetDebugString and inst:GetDebugString()
	if str then
		local bank, build = string.match(str, "AnimState: bank: (.*) build: (.*) anim:")
		-- print(bank, build)
		return bank, build
	end
end

Use this function on entities.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...